This Project API Automation Testing Using Rest Assured, TestNG and Extent Report for Reporting
-
Download Maven
*If your computer already installed Java and Maven, you can skip step number 1 and 2.
mvn install -DskipTests=true
This command will run TestNG xml file located in testng-suites/test-api.xml
Default value is found in properties with the name suiteXmlFile
in the pom.xml
file
mvn test
mvn -DsuiteXmlFile="path\to\file.xml" test
You can see the test report results located in folder reports
*To generate a report file using Library Extent Report