https://github.com/raghavendra-vaidya/api-suite
RestAPI Automation framework with Rest-assured.io, java, testNG
https://github.com/raghavendra-vaidya/api-suite
apitesting bdd-tests java rest-assured
Last synced: 9 months ago
JSON representation
RestAPI Automation framework with Rest-assured.io, java, testNG
- Host: GitHub
- URL: https://github.com/raghavendra-vaidya/api-suite
- Owner: Raghavendra-vaidya
- Created: 2021-01-31T17:16:42.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T04:57:27.000Z (over 3 years ago)
- Last Synced: 2025-01-12T04:53:47.609Z (about 1 year ago)
- Topics: apitesting, bdd-tests, java, rest-assured
- Language: Java
- Homepage:
- Size: 307 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# api-suite :gear:
RestAPI Automation framework using **restAssured**.
---
APIs and other information:
Name: **Petstore apis**
Swagger link: **`https://petstore.swagger.io/`**
Sections automated: **`Pets`**, **`Users`**
Involved tech: **`RestAssured - java`**, **`testNG`**
CI : **`CircleCi`**
Build tool: **`Maven`** , **`Gradle`**
Plugins: Maven-fail-safe
---
Pre-requisites:
* Java 1.8 or higher is required to installed in the system.
* Maven and gradle should be installed locally or any IDE with maven plugin should be installed.
---
How to execute:
from the project root:
1. Maven: **`mvn verify`**
2. Gradle: **`gradle clean test`**
---
Reports:
Extent report:

---
Default report:

---
Sample CI pipeline screenshot:

---
