-
Notifications
You must be signed in to change notification settings - Fork 0
Rephrase E2E, Performance, and Visual test sections #13
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
Conversation
|
@droguljic can you please add someone from the QA team as a Reviewer? I don't see anyone on the list, and as I can see, you have permission to add them. |
| backend systems or environments. | ||
| - Run tests in parallel and isolate them from external dependencies to improve | ||
| speed and reliability. | ||
| - Automate E2E tests in your CI/CD pipeline to catch regressions early in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any ideas on what to suggest to devs when to execute E2E tests?
Every PR/every commit/every release?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We already discussed this, and I don't think we have a good recipe for that. It depends on the project, the architecture, the process, as well as the team itself. I would rather leave it up to the team to choose.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can make a few examples once we start to work on the examples section, with explained advantages and disadvantages for each individual.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bubafinder @MiroDojkic I think the best solution here is to write a section on actually automating automation tests. It can (should) be a separate PR and I think we should ask for the whole team input and feedback on that PR.
Rephrase E2E, Performance, and Visual test sections with minor changes and mostly extend the
AntipatternsandBest practicessections.