juniorschmitz / restassured-wiremock

Project created for training RestAssured with Wiremock for mocking APIs returns before testing real APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RestAssured + WireMock

Project created for testing CI with Github Actions with RestAssured tests.

The project is building a mock server using Wiremock for all scenarios, so the only command that needs to be executed in order to run the tests is:

mvn clean compile test

Or simple:

mvn test

The project is currently using Github actions for running the tests, if you want to know more about it check out the .github/workflows/actions.yml file.

Enjoy!

About

Project created for training RestAssured with Wiremock for mocking APIs returns before testing real APIs.


Languages

Language:Java 100.0%