Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 601 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 601 Bytes

api-testng-example

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