This repository is the second chosen challenge on my journey of becoming #CodeConfident.
The scope for this practice project is to implement a simple RESTful service and use RestAssured to implement a handful of basic tests via the API.
Git:
git clone https://github.com/lisihocke/rest-practice.git
cd rest-practice
Or simply download a zip file.
Open a command window and run:
gradlew bootRun
Open a command window and run:
gradlew test
The command provided above will produce a Serenity test report in the target/site/serenity
directory. Go take a look by opening the index.html
!