-
Notifications
You must be signed in to change notification settings - Fork 21
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
e2e Tests for all common app scenarios #2612
Comments
@george-neha will start drafting scenarios for e2e tests:
|
@sleidig Please review the test cases: https://docs.google.com/spreadsheets/d/16woa2AYUjhkwD9D4hKWjzhaP0wI0PaR0WL8sudzSw74/edit?usp=sharing. |
Nice work, @george-neha 👍 This looks pretty comprehensive. I guess we might at some point discover an obscure step/feature that is not covered in the scenario yet but it'll be easy to add then and this seems to cover the key functionality. |
We currently do not have e2e tests (i.e. "end-to-end" testing of whole scenarios how the user interacts with the app). This means to check if a change breaks existing functionally in other places, we currently click through the app ourselves which takes time and is unreliable. Instead, we should establish automated tests for this again which will also run in the CI of every PR.
allthe first / most relevant scenarios... then continue to gradually add e2e tests for all relevant scenarios: GoogleSheet
The text was updated successfully, but these errors were encountered: