juniorschmitz / restassured-serverest

Project with examples on how to use RestAssured as a REST testing framework, using the ServeRest API as SUT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RestAssured Examples

Project using the ServeRest public training API for tests (https://serverest.dev/) for building examples of RestAssured use.

The project has no defined pattern for all examples implemented, the idea is to show different ways of using RestAssured as a REST APIs testing framework.

For running the tests using Maven, you should:

mvn clean compile test

Or simple:

mvn test

The project is currently using Github actions for running the tests and generating Allure Reports, you can check it out on the .github folder.

About

Project with examples on how to use RestAssured as a REST testing framework, using the ServeRest API as SUT.


Languages

Language:Java 100.0%