Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement E2E tests at the branch/PR level #851

Open
rwood-moz opened this issue Feb 4, 2025 · 0 comments · May be fixed by #852
Open

Implement E2E tests at the branch/PR level #851

rwood-moz opened this issue Feb 4, 2025 · 0 comments · May be fixed by #852
Assignees
Labels
enhancement New feature or request testing Issues specific to automated testing

Comments

@rwood-moz
Copy link
Contributor

Currently the Appointment E2E production sanity test suite runs nightly as well as after every production deployment, on the Appointment production environment via GHA and BrowserStack. It is a good safety net to find production issues that may slip through. Now update the test framework so that E2E tests will also run at the branch / PR level so that any potential issues will be caught within PRs and before production releases. At first the E2E tests ran at the PR level will be the same tests currently running as part of the production sanity test; however in the future more E2E tests will be added at the PR level to expand into more user flows (but that will be covered in a different future issue not this one).

@rwood-moz rwood-moz added enhancement New feature or request testing Issues specific to automated testing labels Feb 4, 2025
@rwood-moz rwood-moz self-assigned this Feb 4, 2025
@rwood-moz rwood-moz linked a pull request Feb 5, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request testing Issues specific to automated testing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant