File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 33docker compose run --rm json-tool rm -rf node_modules/ coverage/ build/ .nyc_output
44docker compose run --rm json-tool npm i
55docker compose run --rm json-tool npm run build
6- docker compose run --service-ports --rm -d json-tool npm run start
6+ docker compose run --service-ports --rm -d json-tool npm run start-instrumented
77echo " Sleeping 10 seconds for the application to start"
88sleep 10
99echo " Woke up, after 10 seconds, running tests now..."
Original file line number Diff line number Diff line change 1515
1616// Import commands.js using ES2015 syntax:
1717import '@chromatic-com/cypress/dist/support' ;
18+ import '@cypress/code-coverage/dist/lib/support' ;
1819import './commands' ;
1920
2021// Alternatively you can use CommonJS syntax:
You can’t perform that action at this time.
0 commit comments