Skip to content

raviza22/rest-assured-api-testing

Repository files navigation

API Testing using Rest Assured

Dependencies

Getting Started

  • Clone this Repository & use gradle commands to run the tests
  • gradle init
  • gradle wrapper
  • ./gradlew clean build
  • ./gradlew test

References