Skip to content

Commit 2680cf2

Browse files
committed
add link to example from README
1 parent ddabcb7 commit 2680cf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ npm run dev:no:coverage
335335
Full examples we use for testing in this repository:
336336

337337
- [examples/backend](examples/backend) only instruments the backend Node server and saves the coverage report
338+
- [examples/fullstack](examples/fullstack) instruments and merges backend, e2e and unit test coverage into a single report
338339
- [examples/before-all-visit](examples/before-all-visit) checks if code coverage works when `cy.visit` is made once in the `before` hook
339340
- [examples/before-each-visit](examples/before-each-visit) checks if code coverage correctly keeps track of code when doing `cy.visit` before each test
340341
- [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

0 commit comments

Comments
 (0)