Skip to content

burakkaygusuz/rest-assured-restful-booker-api-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest Assured Restful-Booker API Testing

Rest Assured

Restful Booker API testing using rest-assured.io.

Prerequisites

Make sure you have installed and configured the environment variables all the following prerequisites on your development machine:

OS JDK Gradle
Windows scoop install java/openjdk21 scoop install maven
macOS brew install openjdk brew install maven

Executing the Tests

  • Clone the repository.
git clone git@github.com:burakkaygusuz/rest-assured-restful-booker-api-testing.git
  • Change the directory.
cd rest-assured-restful-booker-api-testing
  • Run the test.
mvn clean test
  • Generate the report.
mvn allure:serve