This is an automated test pack to interact with the sauce labs demo app
To run the tests in this pack, you will need to install Java (at least version 11), Maven and Chromedriver. Instructions on how to do so are below:
You can download java for Windows, Mac OS or Linux from here.
Alternatively you can use SDKMan to download and manage your versions of java
This test pack has been confirmed to work with versions 11 and 21 of Java
Instructions for installing Maven on Windows can be found here
Alternatively on Mac OS you can install Maven using homebrew and running the following command:
brew install maven
For Ubuntu Linux you can install maven using the following command:
sudo apt-get install maven
Instructions for downloading and installing chromedriver can be found here
Alternatively on Mac OS you can install chromedriver using homebrew and running the following command:
brew install chromedriver
You can run the tests using the following command
mvn clean test