Test automation project using REST-assured for Back-end tests. We are going to use the fake API https://fakerestapi.azurewebsites.net/index.html to our tests. It is a fake API, but simulates a real test.
- REST-Assured
- Junit
- Java
- Maven
-
You can use the file testng.xml to run the tests.
-
To generate an Allure report after running, use:
allure serve allure-results
- Report on Github Pages: https://adriano-fantinelli.github.io/rest-assured-java-automation/