Regression Test Suite for the differ-for-testers assignment
- JAVA 8+ jdk must be installed
- MAVEN must be installed
- Web browser must be installed
- differ-for-tester service must be running
If the differ-for-tester service is running on default localhost:8081
, skip Step 1.
- Open the environment property file
<project_root_folder>\src\main\resources\environment.properties
, update the value of theHOST
key with the appropriate HOST - From the project root folder, run
mvn clean test
- Go to test report location:
<project_root_folder>\test-output
- Open
ExtentReportsTestNG.html
in a web browser