You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -332,8 +332,12 @@ npm run dev:no:coverage
332
332
333
333
### Internal examples
334
334
335
-
-[examples/before-each-visit](examples/before-each-visit) checks if code coverage correctly keeps track of code when doing `cy.visit` before each test
335
+
Full examples we use for testing in this repository:
336
+
337
+
-[examples/backend](examples/backend) only instruments the backend Node server and saves the coverage report
336
338
-[examples/before-all-visit](examples/before-all-visit) checks if code coverage works when `cy.visit` is made once in the `before` hook
339
+
-[examples/before-each-visit](examples/before-each-visit) checks if code coverage correctly keeps track of code when doing `cy.visit` before each test
340
+
-[examples/one-spec.js](examples/one-spec.js) confirms that coverage is collected and filtered correctly if the user only executes a single Cypress test
337
341
-[examples/ts-example](examples/ts-example) uses Babel + Parcel to instrument and serve TypeScript file
0 commit comments