Description
Add E2E tests to verify the Variables page (/variables) functionality including list display, CRUD operations, search, and import.
What to test
Acceptance Criteria
- All tests follow Page Object Model (POM) pattern
- Tests use
testConfig for configuration
- Tests create/cleanup their own test data in
beforeAll/afterAll
- Tests work across Chromium, Firefox, and WebKit browsers
- No hardcoded values - use dynamic data where possible
Related Issues
Are you willing to submit a PR?
Code of Conduct
Description
Add E2E tests to verify the Variables page (
/variables) functionality including list display, CRUD operations, search, and import.What to test
Acceptance Criteria
testConfigfor configurationbeforeAll/afterAllRelated Issues
Are you willing to submit a PR?
Code of Conduct