Sauce Labs test runner image for saucectl
to run Cypress tests using saucectl. This repository contains the code that is being executed in Sauce Labs when running saucectl run
.
If you are interested to contribute to this project, please have a look into our contribution guidelines.
npm run test
triggers the integration tests script. Which triggers the tests and runs them through cypress-runner.js
.
This env variable is for controlling cypress native video recording.
true
/1
will enable cypress native video recording.
false
/0
will stop cypress native video recording.
saucectl run -e SAUCE_CYPRESS_VIDEO_RECORDING=true