- Install and configure JDK
- Install and configure Maven
- Setup your IDE (Preferably IntelliJ IDEA)
- Import cloned repository as project
- Add your test case classes under
testcases
package - Add your test data and run mode settings to
TestData.xslx
file - Update
testng.xml
file for test classes - Simply run
mvn clean install
command to run your test cases