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
- Host: GitHub
- URL: https://github.com/lynix28/api-testng-example
- Owner: lynix28
- Created: 2023-08-16T13:10:27.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T17:11:04.000Z (about 2 years ago)
- Last Synced: 2025-02-08T14:13:20.484Z (8 months ago)
- Topics: api-testing, testng, testng-framework
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`