Prasad P. Pawar created ATLAS-5181:
--------------------------------------
Summary: Implement End-to-End Tests for Critical User Workflows
Key: ATLAS-5181
URL: https://issues.apache.org/jira/browse/ATLAS-5181
Project: Atlas
Issue Type: Sub-task
Components: atlas-webui
Affects Versions: 3.0.0
Reporter: Prasad P. Pawar
Assignee: Prasad P. Pawar
Objective
Implement E2E tests using Cypress to ensure critical user workflows work
correctly from start to finish.
E2E Tests Already Completed
- ✅ Search workflow (`search-workflow.cy.ts`)
- ✅ Entity management (`entity-management.cy.ts`)
E2E Tests Remaining (4+ workflows)
1. User authentication flow
2. Entity creation and editing workflow
3. Tag and classification management
4. Filter and search advanced workflows
5. Dashboard navigation and routing
6. Other critical workflows as identified
Acceptance Criteria
- ✅ All critical user workflows have E2E tests
- ✅ Each workflow has at least 4+ test cases
- ✅ Tests cover happy path and error scenarios
- ✅ All tests pass successfully in Cypress
- ✅ Tests can run in CI/CD pipeline
Test Files Pattern
- `cypress/e2e/[workflow-name].cy.ts`
Estimated Test Cases
- Total: ~24+ test cases (4 per workflow)
Dependencies
- Cypress installed and configured
- Mock API endpoints or test data
- Test environment setup
--
This message was sent by Atlassian Jira
(v8.20.10#820010)