You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Created e2e-tests.yml to run Cypress end-to-end tests after deployment to the staging environment.
- Configured workflow to trigger after the Staging Deployment workflow completes.
- Includes steps to set up Node.js, install dependencies, start the staging server, and execute Cypress tests.
- This workflow ensures comprehensive testing of the entire user workflow in a staging environment.
This addition automates E2E testing to verify functionality across the user journey before production deployment.
0 commit comments