/applitools_test

This repo has the code for the demo app used in the Selenium Java tutorial

Primary LanguageJava

  • git clone https://github.com/applitools/tutorial-selenium-java.git
  • cd Applitools-Selenium-Java-Quickstart
  • mvn package # To install dependencies and compile the project
  • mvn exec:java -Dexec.mainClass="com.applitools.quickstarts.App" -Dexec.args="1" # to run the 1st test
  • mvn exec:java -Dexec.mainClass="com.applitools.quickstarts.App" -Dexec.args="2" # to run the 2nd test
  • mvn exec:java -Dexec.mainClass="com.applitools.quickstarts.App" -Dexec.args="3" # to run the 3rd test
  • mvn exec:java -Dexec.mainClass="com.applitools.quickstarts.App" -Dexec.args="4" # to run the 4th test