Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 804 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 804 Bytes

java-sauce-example

An example of using the JUnit test runner with Sauce Labs' automation cloud to run functional tests.

To get started, clone the repo:

git clone https://github.com/saucelabs/java-sauce-example.git && cd java-sauce-example

Then run the following command to build the project and run the assocaited tests (requires Maven to be installed in your PATH):

mvn test

Example CI integration

This repo demonstrates using Sauce with Travis CI. Here is a status badge which shows the build status of this repo's master branch and links to the latest build: Build Status