Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 2.17 KB

File metadata and controls

45 lines (29 loc) · 2.17 KB

BUGREAPER: module-rest

https://bugreaper.net/

Project Logo

GitLab Build Status GitLab Test Coverage License

GitLab Latest Release Maven Latest Release

Is part of the BugReaper JAVA test helper framework that simplifies API testing by providing easy configuration, convenient APIs, and reusable methods powered by REST Assured. It also provides utilities for interacting with mock-server to create, manage, and verify mocks, helping you write reliable and maintainable tests with minimal boilerplate.

Requirements:

JAVA >= 17

Logging:

<logger name="bugreaper-module-api" level="INFO" />
<logger name="bugreaper-module-mocks" level="INFO" />
<logger name="MockEnchantedReport="INFO" />

Tested with:

mockserver/mockserver:5.15.0
mockserver/mockserver:7.5.0

Real examples here: