cypress-test-example-repos icon indicating copy to clipboard operation
cypress-test-example-repos copied to clipboard

[ARCHIVED] Tests new version of Cypress against multiple projects

Results 12 cypress-test-example-repos issues
Sort by recently updated
recently updated
newest added

I have a quick question regarding running Cypress Tests within a CI/CD Pipeline on Travis-CI. I'm currently not able to run my tests as a result of the following error....

Currently we call a command on recipes like this ``` npm run test:ci ``` Which in turn calls `run-p` command ``` "test:ci": "run-p --race start cypress:run" ``` Problem - we...

ci