Skip to content

Sauce Labs test runner image for saucectl to run Cypress tests using Sauce Labs Testrunner Toolkit.

License

Notifications You must be signed in to change notification settings

saucelabs/sauce-cypress-runner

Repository files navigation

Sauce Cypress Runner

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.

Run Tests

Integration tests

npm run test triggers the integration tests script. Which triggers the tests and runs them through cypress-runner.js.

Env Variables

SAUCE_CYPRESS_VIDEO_RECORDING

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