Example running saucectl with espresso.
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.
curl -L https://saucelabs.github.io/saucectl/install | bash
⚠ Make sure saucectl version is newer than v0.82.0
saucectl configure
Simply check out this repo and run the appropriate command below 🚀
saucectl run
saucectl run --config .sauce/full-config.yml
Espresso only works on sauce cloud for both Android Emulators and Real Devices.
Docker mode is not supported.
Follow me if you'd like to see how saucectl is configured for this repository. This config file provides the basic suite to run test on Android Emulator. For full config example, please check here.
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!