Skip to content

cannem/reqres-api-test-automation

 
 

Repository files navigation

ReqRes API Test Automation

ReqRes API Test Automation using Java and REST Assured.

Installation Steps

  1. Fork the repository.
  2. Clone, i.e, download your copy of the repository to your local machine using
git clone https://github.com/[your_username]/reqres-api-test-automation.git
  1. Import the project in IntelliJ IDEA.
  2. Use IntelliJ IDEA to run your desired tests. Alternatively, you can use the terminal to run the tests, for example ./gradlew test.

Languages and Frameworks

The project uses the following:

Project Architecture

📦 reqres-api-test-automation  
├─ .github  
│  └─ workflows  
│     └─ test-execution.yml  
├─ .gitignore  
├─ LICENSE  
├─ README.md  
├─ build.gradle  
├─ gradle  
│  └─ wrapper  
│     ├─ gradle-wrapper.jar  
│     └─ gradle-wrapper.properties  
├─ gradlew  
├─ gradlew.bat  
├─ settings.gradle  
└─ src  
   ├─ main  
   │  └─ java  
   │     └─ io  
   │        └─ github  
   │           └─ tahanima  
   │              ├─ client  
   │              │  ├─ AuthClient.java  
   │              │  ├─ BaseClient.java  
   │              │  ├─ ResourceClient.java  
   │              │  └─ UserClient.java  
   │              └─ model  
   │                 ├─ Auth.java  
   │                 ├─ Error.java  
   │                 ├─ List.java  
   │                 ├─ Resource.java  
   │                 ├─ ResourceData.java  
   │                 ├─ ResourceList.java  
   │                 ├─ Support.java  
   │                 ├─ User.java  
   │                 ├─ UserData.java  
   │                 └─ UserList.java  
   └─ test  
      ├─ java  
      │  └─ io  
      │     └─ github  
      │        └─ tahanima  
      │           └─ api  
      │              ├─ AuthTest.java  
      │              ├─ ResourceTest.java  
      │              └─ UserTest.java  
      └─ resources  
         └─ junit-platform.properties  

About

ReqRes API Test Automation using Java and REST Assured

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%