Skip to content

Commit 729d7a9

Browse files
committed
readme
1 parent db40479 commit 729d7a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Request Mocking Protocol (RMP) is designed for declarative mocking of HTTP reque
1111

1212
- [**Server-side mocking**](#how-it-works): Apply mocks on the server by transmitting them via a custom HTTP header.
1313
- [**Per-test mock isolation**](#test-runner-integration): Define mocks within each test and run the entire suite in parallel against the same app instance.
14-
- [**Modern test runner support**](#test-runner-integration): Seamlessly integrates with **Playwright**, **Cypress**, and any custom test runner.
14+
- [**Modern test-runners integration**](#test-runner-integration): Seamlessly integrates with **Playwright**, **Cypress**, and any custom test runner.
1515
- [**Framework-agnostic interceptors**](#framework-integration): Use built-in interceptors for **Next.js**, **Astro**, or integrate with any other framework.
1616
- [**Flexible request matching**](#request-matching): Match requests by exact URL, wildcards, query parameters, headers, or body content.
1717
- [**Parameter substitution**](#parameter-substitution): Dynamically replace route or query parameters in mock responses using `{{ }}` syntax.
1818
- [**Response patching**](#response-patching): Fetch real API responses and override only what you need, keeping mocks in sync with backend changes.
19-
- [**Intuitive API**](#api): Provides a first-class `MockClient` for setting up the mocks.
19+
- [**Fluent API**](#api): Use a `MockClient` class for setting up the mocks.
2020
- [**Debug-friendly**](#debugging): Add `debug: true` to any mock and get a nicely formatted breakdown of the mocking process.
2121

2222
## How it works

0 commit comments

Comments
 (0)