Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Latest commit

 

History

History
 
 

example: before-each-visit

Code coverage example where the cy.visit happens in beforeEach hook

Code was instrumented with

npx nyc instrument --compact false main.js > main-instrumented.js

and then removed absolute folder paths, leaving just relative path main.js in the produced file.

The code uses custom coverage report command in package.json to call nyc