Skip to content

Test automation in Back-end application using REST-assured.

License

Notifications You must be signed in to change notification settings

adriano-fantinelli/rest-assured

Repository files navigation

REST-assured

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.

Technologies

  • REST-Assured
  • Junit
  • Java
  • Maven

Setting up the environment

Running the tests

  • You can use the file testng.xml to run the tests.

  • To generate an Allure report after running, use:

allure serve allure-results