-
Notifications
You must be signed in to change notification settings - Fork 1
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
Define and implement key user flows for E2E tests #249
Comments
rstrange-scottlogic
changed the title
Define key user flows for E2E tests
Define and implement key user flows for E2E tests
Aug 2, 2024
Test Analysis
|
Status update:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As we are doing a lot of integration testing, the objective is to have less e2e tests as a result. For the e2e tests we do have I think they should be covering key user flows in the application. While our app is small, there are flows we could define and then automate, checking multiple layers of the application rather than mocking.
Doesn't cover the ETL scripts, only the UI, API and database
Automated using Playwright
user end to end flows are documented in the wiki (use Gherkin style)
Test Checklist:
The text was updated successfully, but these errors were encountered: