- Install java: 1.8.x (https://java.com/en/download/)
- Install maven: Apache Maven 3.6.3 (https://maven.apache.org) "make sure you have maven working properly by running on console
mvn -v" - Clone or download this repository (git clone https://github.com/lpaviani/Maven_selenium_P.git)
In order to run using CLI use the follow steps:
- Open a terminal and access the root folder of the project
- Run the command line :
mvn clean testThis will run anything on the test folder that has the @Test on it.