/sauce-health-check

Simple Jenkins plugin which displays the Sauce system status within the Jenkins footer

Primary LanguageJavaApache License 2.0Apache-2.0

Jenkins Sauce Health Check plugin

This project contains the source code and corresponding unit tests for the Jenkins Sauce Health Check plugin.

This is a simple Jenkins plugin which displays the Sauce system status within the Jenkins footer (which is retrieved via a call to the Sauce REST API).

The project is intended to demonstrate how you can write Selenium tests quickly and easily using JUnit, and includes sample unit, integration and acceptance tests. In addition, the project also includes a sample test

This project can either be forked or cloned using Github, or the source can be directly downloaded as a zip file.

The project uses Apache Maven. If you don't already have Maven installed, follow the instructions on the Maven Installation Page.

To run the unit and integration tests, simply run the following command from the directory where you cloned/extracted the source files to:

mvn clean verify