Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.07 KB

File metadata and controls

41 lines (27 loc) · 1.07 KB

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