This project is contain API testing using TestNG
Tools:
- TestNG as test framework and assertion
- Maven as test builder and runner
- RestAssured as REST API client module
- Allure as test reporter
How to setup:
- Install
Maven
- Install
Java SE
- Clone this repository
How to run:
- execute
mvn test
Report:
- The file report will be generated and saved to
target
directory - To open the report run
mvn allure:report allure:serve