Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asif-shahriar/rest-assured-customer-api
Automated multiple customer APIs by REST Assured (Page Object Model) and generated Allure report
https://github.com/asif-shahriar/rest-assured-customer-api
allure-report gradle java rest-api rest-assured testng
Last synced: about 1 month ago
JSON representation
Automated multiple customer APIs by REST Assured (Page Object Model) and generated Allure report
- Host: GitHub
- URL: https://github.com/asif-shahriar/rest-assured-customer-api
- Owner: asif-shahriar
- Created: 2022-02-01T05:31:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T08:10:32.000Z (almost 3 years ago)
- Last Synced: 2023-10-23T08:24:13.428Z (about 1 year ago)
- Topics: allure-report, gradle, java, rest-api, rest-assured, testng
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REST-Assured-Customer-API
## Prerequisites
* Install jdk 8 or any LTS version
* Configure **JAVA_HOME** and **GRADLE_HOME**
* Download Allure 2.17.2 and configure environment path
* Stable internet connection
## How to run this project
* Clone the repo
* Open cmd in the root folder
* Give following commands:
```
gradle clean test
```
```
allure generate allure-results --clean -o allure-report
```
```
allure serve allure-results
```
## Screenshots
These are the snapshots of the allure reports:![Screenshot_1](https://user-images.githubusercontent.com/71173675/151918228-cdcddcdd-2e71-417e-8474-263141f66ca7.png)
![Screenshot_2](https://user-images.githubusercontent.com/71173675/151918238-f114c8b3-94ce-44c3-a78a-a4f381c4e343.png)