diff --git a/config.yaml b/config.yaml index 31f9c8aa549d..7d7d5213c9ce 100644 --- a/config.yaml +++ b/config.yaml @@ -78,6 +78,8 @@ params: url: /docs/tooling#dsl - title: GitHub Actions url: /docs/tooling#ghactions + - title: Mocking & Testing + url: /docs/tooling#mocking - title: Validators url: /docs/tooling#validators - title: Blog diff --git a/content/docs/tooling.md b/content/docs/tooling.md index c0a8dbc6e4a3..5a84de6e696b 100644 --- a/content/docs/tooling.md +++ b/content/docs/tooling.md @@ -73,6 +73,14 @@ The following is a list of [GitHub Actions](https://github.com/features/actions) | [Generator for AsyncAPI documents](https://github.com/marketplace/actions/generator-for-asyncapi-documents) | This action generates whatever you want using your AsyncAPI document. It uses [AsyncAPI Generator](https://github.com/asyncapi/generator). | [API documentation on Bump](https://github.com/marketplace/actions/api-documentation-on-bump) | With this Github Action you can automatically generate your API reference (with changelog and diff) on [Bump](https://bump.sh) from any AsyncAPI file. +# Mocking and Testing {#mocking} + +Tools that take specification documents as input, then publish fake messages to broker destinations for simulation purpose. May also check that publisher messages are compliant with schemas. + +| Link | Description | Language/Kind | +| :------------- | :------------- | :------------- | +| [Microcks](https://microcks.io) | Mocking and testing platform for API and microservices. Turn your AsyncAPI, OpenAPI contract examples or Postman collections into ready to use mocks. Use examples to simulate and validate received messages according schema elements. | Kubernetes-native, Self-hosted / SaaS, Open Source | + # Validators {#validators} The following is a list of tools that validate AsyncAPI documents.