An open API service indexing awesome lists of open source software.

https://github.com/lynix28/api-testng-example

API automation test project example using TestNG
https://github.com/lynix28/api-testng-example

api-testing testng testng-framework

Last synced: 6 months ago
JSON representation

API automation test project example using TestNG

Awesome Lists containing this project

README

          

## 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`