Skip to content

Commit 0a7ea71

Browse files
committed
add more links to internal examples
1 parent 1fa46c8 commit 0a7ea71

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,12 @@ npm run dev:no:coverage
332332

333333
### Internal examples
334334

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
336338
- [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
337341
- [examples/ts-example](examples/ts-example) uses Babel + Parcel to instrument and serve TypeScript file
338342

339343
### External examples

0 commit comments

Comments
 (0)