saucelabs / saucectl-espresso-example

A showcase of saucectl running espresso.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

saucectl espresso example

Example running saucectl with espresso.

What You'll Need

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.

If you're using VS Code, you can use Runme to run the following commands directly from VS Code.

Install saucectl

curl -L https://saucelabs.github.io/saucectl/install | bash

⚠ Make sure saucectl version is newer than v0.82.0

Set Your Sauce Labs Credentials

saucectl configure

Running The Examples

Simply check out this repo and run the appropriate command below 🚀

saucectl run

sauce cloud example

Running the Full Configured Examples

saucectl run --config .sauce/full-config.yml

Support

Espresso only works on sauce cloud for both Android Emulators and Real Devices.

Docker mode is not supported.

The Config

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!

About

A showcase of saucectl running espresso.

License:Other


Languages

Language:Shell 100.0%