Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/asif-shahriar/rest-assured-transaction-api

Automated multiple transaction APIs by REST Assured (Page Object Model) and generated Allure report
https://github.com/asif-shahriar/rest-assured-transaction-api

allure-report gradle java rest-api rest-assured testng

Last synced: about 1 month ago
JSON representation

Automated multiple transaction APIs by REST Assured (Page Object Model) and generated Allure report

Awesome Lists containing this project

README

        

# REST-Assured-Transaction-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
```
## Screenshot
This is the snapshot of the allure reports:

![Screenshot_1](https://user-images.githubusercontent.com/71173675/152676873-59321129-513a-4a60-991a-da4d12279975.png)