/REST-Assured_basic

Very basic dip into the java API testing world with REST assured

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

REST Assured basics

Very basic dip into the java API testing world with REST assured.

How to run

  • Make sure that you have java installed (This project is based on java 15).
./gradlew test

OR

./gradlew build