Forked from https://github.com/pazguille/demo-battery-api with its demo at http://pazguille.github.io/demo-battery-api/
Branch coverage-step
git clone [email protected]:bahmutov/demo-battery-api.git
cd demo-battery-api
git checkout coverage-step
npm ci
npm run dev
Instrumented code from src
folder will be placed in build
folder and servers as the web application. After running Cypress you can see code coverage JSON file saved in the folder .nyc_output
, and HTML report saved in the coverage
folder. You can see the HTML report as a test artifact at CircleCI
Click on the index.html
to open the static site, for example here is the start of the index.js
file