Very basic dip into the java API testing world with REST assured.
- Make sure that you have java installed (This project is based on java 15).
./gradlew test
OR
./gradlew build
Very basic dip into the java API testing world with REST assured
JavaGPL-3.0