https://github.com/bredah/api-test
https://github.com/bredah/api-test
allure-report maven restassured
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bredah/api-test
- Owner: bredah
- Created: 2022-02-04T22:10:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T00:06:52.000Z (over 3 years ago)
- Last Synced: 2025-05-17T08:09:06.742Z (5 months ago)
- Topics: allure-report, maven, restassured
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
API Demo
=====This project presents an example on how to use [REST-assured](https://rest-assured.io)
## Requirements
- Java 11
- Maven 3.8.0 or above## Exection
Run the command:
```sh
mvn test
```## Report
Display test results:
```sh
mvn allure:serve
```