Skip to content

This is DMONEY API Automation project. The project is implemented using RestAssured and TestNG. The test cases are written using the standard test case format. The reporting is done using Allure

Notifications You must be signed in to change notification settings

md-mostafa/DMONEY_API_Automation_RestAssured

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

API Automation Rest Assured


This is DMONEY API Automation project. The project is implemented using RestAssured and TestNG. The test cases are written using the standard test case format. The reporting is done using Allure

Test Cases

Languages And Frameworks

Programming Language Java
Java Library Rest Assured
Testing Framework TestNG
Build Tool Gradle
IDE IntelliJ
Test Reporting Framework Allure

How to run the project

  1. Clone this project
  2. Open cmd in the root folder
  3. Give the following command.
gradle clean test

How to generate allure report

  1. Open cmd in the root folder
  2. Give the following commands
allure generate allure-results --clean -o allure-report
allure serve allure-results

Generated Reports

image image image

Feedback

If you have any feedback, please reach out to me at [email protected]

About

This is DMONEY API Automation project. The project is implemented using RestAssured and TestNG. The test cases are written using the standard test case format. The reporting is done using Allure

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages