Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 482 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 482 Bytes

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