Skip to content

Files

This branch is 34 commits behind cypress-io/code-coverage:master.

fullstack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 6, 2023
Sep 6, 2023
Sep 6, 2023
Sep 6, 2023
Sep 6, 2023
Sep 6, 2023
Sep 6, 2023
Sep 6, 2023
Sep 6, 2023
Sep 6, 2023
Sep 6, 2023

example: fullstack

Combined code coverage from the backend code, and e2e and unit tests

This example runs instrumented server code, that serves instrumented frontend code, and instruments the unit tests on the fly. The final report combines all 3 sources of information.

To run

$ npm run test

You should see messages from the plugin when it saves each coverage object

Coverage messages

In the produced report, you should see

  • server/server.js coverage for backend
  • main.js coverage from end-to-end tests
  • string-utils.js coverage from unit tests