Please enable JavaScript.
Coggle requires JavaScript to display documents.
Presentation Outline: Testing Matters - Don't let use test you code ,…
-
-
Test structures
-
Recording
-
-
May which to .gitignore record folders, else store them somewhere else
-
-
-
-
-
-
-
-
- End-To-End Testing Structuure
-
-
-
General Testing Overview
-
-
Test Coverage
More tests, or better tests?
-
Cypress
-
-
General
-
Use
-
Headless (cyprss run)
-
which runs our e2es in "headless mode", which is how they'd run in a build pipeline
-
-
-
-
-