Skip to content

Running Functional Tests Locally using SauceLabs

Shamiul Mowla edited this page May 18, 2023 · 1 revision

Note that you will need Node.js 16 or higher to use the SauceLabs spec reporter and link testcafe-reporter-saucelabs.

  1. Wet SauceLabs environment variables.

export SAUCE_USERNAME=YOUR_USERNAME export SAUCE_ACCESS_KEY=YOUR_ACCESS_KEY

  1. In order to use the SauceLabs reporter, we have to link it to our project.

npm link testcafe-reporter-saucelabs

  1. Build Alloy