Skip to content

isabella232/Espresso-Virtual

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Espresso-Virtual

This code is presented as an example only, since your tests and testing environments may require specialized scripting. This information should be taken only as an illustration of how one would set up tests with Sauce Labs, and any modifications will not be supported. For questions regarding Sauce Labs integration, please see our documentation at https://wiki.saucelabs.com/.

Environment Setup

  1. Global Dependencies

    • Make sure you have Java 8 installed on your local machine.
  2. Sauce Credentials

    • In the terminal export your Sauce Labs Credentials as environmental variables:
    $ export SAUCE_USERNAME=<your Sauce Labs username>
    $ export SAUCE_ACCESS_KEY=<your Sauce Labs access key>
    
  3. Project Dependencies

    • Download the latest version of the Sauce Labs Virtual Runner here
    • Add the runner file to the Espresso-Virtual directory.
    • Ensure the file path on line 1 of the runner.sh file is correct.

Running Tests

From the Espresso-Virtual directory:

$ ./runner.sh

Resources

  • A great resource to search for issues not explicitly covered by documentation.

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%