ui-testing-best-practices
ui-testing-best-practices copied to clipboard
Add the "Hasura E2E tests chronicles, February 2023" chapter
Sounds like Hasura doesn't have test architect, or a team of testers.
Can you summarize the layman's takeaways at the end? It's a good story, and what are the lessons the readers should learn from this, and not repeat your mistakes.
I think the takeaways are
- Treat the e2e tests as a product and care about them. If they add friction or you do not have time to care about them, it's better not to have them at all
- Never hide the dust under the carpet with e2e tests, things can only get worse
WDYT?