Completed
intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
E2E Testing Before Merge - Best Practices and Implementation
Automatically move to the next video in the Classroom when playback concludes
- 1 intro
- 2 preamble
- 3 what we'll discuss
- 4 standard automated testing
- 5 ci: a principle and a pipeline
- 6 the "default" e2e testing workflow
- 7 q: why e2e test before merge?
- 8 the ideal e2e testing workflow
- 9 the solution? pr environments
- 10 demo: using cypress and shipyard to run e2e tests on every commit in a github actions workflow
- 11 thank you