Rest API tests for https://petstore.swagger.io/
This repository contains example tests for sample Petstore server.
Toolbox:
- Test automation framework: TestNG
- Reporting: ReportNG
- API client/testing framework: rest-assured
- Build tool: Maven
- Java 1.8+
In order to run the tests execute:
mvn clean test
After execution completes, report will be available in target/surefire-reports/html/index.html