AsiminaAth / tutorial-selenium-java

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • 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

About

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


Languages

Language:Java 100.0%