@revoloo/cypress6
Version:
Cypress.io end to end testing tool
22 lines (12 loc) • 471 B
JavaScript
exports['e2e specs failing when no specs found 1'] = `
Can't run because no spec files were found.
We searched for any files inside of this folder:
/foo/bar/.projects/e2e/cypress/specs
`
exports['e2e specs failing when no spec pattern found 1'] = `
Can't run because no spec files were found.
We searched for any files matching this glob pattern:
cypress/integration/cypress/integration/**notfound**
Relative to the project root folder:
/foo/bar/.projects/e2e
`