- It generates Extent report with all the step details. Report will be generated both HTML & PDF file format.
- Generates execution logs, with detailed request and response details.
- Feature file has examples of reading request details from json file.
- This also has an example to validate response body using json schema.
- Easy integration to CI/CD pipeline.
- Java should be installed and configured.
- Maven should be installed and configured.
- Download the files from Git repository either as zip file OR using Git.
Open the command prompt and navigate to the folder in which pom.xml file is present. Run the below Maven command.
mvn clean test
Once the execution completes report & log will be generated in below folder.
Report: target/report
Log: target/logs