Sample project of Java Selenium with Visual AI
- Have java installed
- Have maven installed
- Clone the repository
- Import the project into Eclipse IDE [Make sure TestNG for Eclipse plugin is installed]
- Update the project: Right click on project -> Maven -> Update Project
- Provide applitool api key and app url in /src/main/resources/config.properties
- To run test; Under src/test/java, Select the tests file -> Right click -> Run As -> TestNG Test