Resource under test: Go Rest
Using REST-assured
Requirements: Java 11+, IntelliJ, git
- Clone the repository to a folder on the local drive
- Open the project in the IntlliJ
- Open
pom.xml
file and refresh Maven dependencies. - Open Go REST and generate access token following instructions on the site.
- Update TOKEN constant in
./test/constants/Constants.java
with the token generated in step 4. - Enjoy :)