- Git clone https://github.com/sarahalhawi92/moo.git
This has been setup as a maven project using java and testng. To run the project, you will need some sort of IDE (IntelliJ, eclipse etc)
Frameworks used - maven, restassured, testng
- Go to project root (in a terminal) and do mvn 'clean install'
- Tests can be run by doing 'mvn test'
note: if you don't have maven installed, you can just run the tests by going to the test package, right click and then select 'run all tests in package'
Postman collection of playing around with the requests: https://www.getpostman.com/collections/e119ff8efb47ce341ab5