Example running saucectl with playwright.
The steps below illustrate one of the quickest ways to get set up. If you'd like a more in-depth guide, please check out our documentation.
npm install -g saucectl
saucectl configure
Simply check out this repo and run the command below 🚀
3 test suites are being triggered in docker
and sauce
mode. saucectl
will run the suites marked as docker
mode firstly and then run the suites which are marked as sauce
mode.
saucectl run
Follow me if you'd like to see how saucectl is configured for this repository.
Our IDE Integrations (e.g. Visual Studio Code) can help you out by validating the YAML files and provide handy suggestions, so make sure to check them out!