Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Mocking and Testing section for Microcks reference #123

Merged
merged 3 commits into from
Aug 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions content/docs/tooling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down