-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Open
Labels
area:UIRelated to UI/UX. For Frontend Developers.Related to UI/UX. For Frontend Developers.area:coregood first issuekind:featureFeature RequestsFeature Requests
Description
Description
Add E2E tests to verify the Variables page (/variables) functionality including list display, CRUD operations, search, and import.
What to test
- Verify variables list displays
- Create variable
- Edit variable
- Delete variable
- Search variables
- Import variables from file
- Verify pagination works
- Verify sorting behaviour
Acceptance Criteria
- All tests follow Page Object Model (POM) pattern
- Tests use
testConfigfor 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?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
area:UIRelated to UI/UX. For Frontend Developers.Related to UI/UX. For Frontend Developers.area:coregood first issuekind:featureFeature RequestsFeature Requests