Closed
Description
First of all, really awesome initiative with this plugin.
My cypress test suite is inside a test
folder.
With this plugin, my specs fail with the following message:
CypressError: cy.task('coverageReport') failed with the following error:
> Error: Command failed: nyc report --reporter=html
at makeError (/Users/xxx/projectname/node_modules/execa/index.js:174:9)
at Promise.all.then.arr (/Users/xxx/projectname/node_modules/execa/index.js:278:16)
at <anonymous>
Moving the cypress
folder and cypress.json
to the root of the project, outside of /test
, makes the whole thing work again.