Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youssefm2000/books-api
https://github.com/youssefm2000/books-api
allure-report java maven restassured testng
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/youssefm2000/books-api
- Owner: youssefm2000
- Created: 2024-06-29T16:16:37.000Z (7 months ago)
- Default Branch: Master
- Last Pushed: 2024-06-29T16:37:32.000Z (7 months ago)
- Last Synced: 2024-06-29T17:33:00.173Z (7 months ago)
- Topics: allure-report, java, maven, restassured, testng
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Books API
* **[Books API URL](https://github.com/vdespa/introduction-to-postman-course/blob/main/simple-books-api.md)**
### The Frameworks in the project:
* RestAssured
* TestNG
* Allure Report
### 🏗️ Project Design:* Object Model design pattern
* Data Driven framework### Requirements
* Java JDK-17
* RestAssured
* Maven### 🚀 For Watching Running Test Cases:
https://www.youtube.com/watch?v=lQ10oJPN1Y0### 🚀 Running Tests:
1. Run API tests:
* `Open The Project in intelliJ `
* `Go to TestNG.xml `
* `Right Click and Select Debug `
* to execute tests with report:
* ` allure serve allure-results `
### 🗃 Generate reports:
* Allure Report will open automatically after Execution.
📊 Allure Report 📊