From 7203a6e1b8ecf48b25f8970131a767dba8fb211a Mon Sep 17 00:00:00 2001 From: Ethan Jones Date: Wed, 4 Feb 2026 13:57:00 -0500 Subject: [PATCH 1/2] Adding an overview of WMC to the OSS overview page --- src/content/docs/docs/overview.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/content/docs/docs/overview.md b/src/content/docs/docs/overview.md index b6041f75..dc5b0333 100644 --- a/src/content/docs/docs/overview.md +++ b/src/content/docs/docs/overview.md @@ -49,3 +49,19 @@ For the JVM ecosystem, there are libraries for Spring Boot, Quarkus, Kotlin, Tes WireMock can also run on Android support, and soon to provide official gRPC and GraphQL adapters. You can learn more about [WireMock Ecosystem here](https://github.com/wiremock/ecosystem). + +## WireMock Cloud + +[WireMock Cloud](https://www.wiremock.io/comparison) expands WireMock OSS into a centralized platform that supports scaled collaboration, developer portals, higher-fidelity testing (including load and resilience), and environment decoupling, so organizations can move faster without being blocked by fragile, slow, or hard-to-access dependencies. + +- Designed for enterprises and large teams, providing centralized management, governance, and reusable virtualized services. + +- Adds collaboration through a modern UI plus RBAC and SSO for secure access and consistent operating models. + +- Unlocks advanced simulation capabilities like statefulness, external data sources, and chaos/fault injection and more. + +- Runs either fully in the cloud, hybrid use across environments and inside CI/CD via the WireMock Runner, and locally via CLI. + +- AI-native, with an MCP server and the ability to mock AI protocols. + +You can try [WireMock Cloud](https://www.wiremock.io/comparison) for free by creating an account. From 243516c81ed497f6ed8ece48535f43f6d713fb3e Mon Sep 17 00:00:00 2001 From: Ethan Jones Date: Tue, 17 Feb 2026 22:30:29 -0500 Subject: [PATCH 2/2] Trigger CI re-run with fixed workflow