Running Functional Tests Locally using SauceLabs - adobe/alloy GitHub Wiki
Note that you will need Node.js 16 or higher to use the SauceLabs spec reporter and link testcafe-reporter-saucelabs.
- Wet SauceLabs environment variables.
export SAUCE_USERNAME=YOUR_USERNAME
export SAUCE_ACCESS_KEY=YOUR_ACCESS_KEY
- In order to use the SauceLabs reporter, we have to link it to our project.
npm link testcafe-reporter-saucelabs
- Build Alloy