Skip to content

This project explores API testing. See README for more details.

Notifications You must be signed in to change notification settings

Dinotizer/WiremockTestProject

Repository files navigation

WiremockTestProject

This project is a simple example of the use of Wiremock in an NUnit test project, testing against an online and freely available REST-API: https://reqres.in/

There is a small mixture of tests which go to the above live API, along with mocked examples using Wiremock. Of the Wiremock examples, there is:

  • Example code which mocks the data in the step itself in the Stap Definitions class.
  • More cleanly referencing the mock data in a seperate json file to illustrain greater maintainability.

Also in use, albeit minimally:

  • Playwright
  • ReqnRoll

About

This project explores API testing. See README for more details.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published