From b3fa1179868bfec7f899a3552f6e8f6b05ee7b08 Mon Sep 17 00:00:00 2001 From: Laurent Broudoux Date: Wed, 19 Jan 2022 12:18:09 +0100 Subject: [PATCH] Add Microcks to the code/tools page --- src/content/code/tools/microcks.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/content/code/tools/microcks.md diff --git a/src/content/code/tools/microcks.md b/src/content/code/tools/microcks.md new file mode 100644 index 0000000000..c42110a927 --- /dev/null +++ b/src/content/code/tools/microcks.md @@ -0,0 +1,10 @@ +--- +name: Microcks +description: Open source Kubernetes-native tool for API Mocking and Testing +url: https://microcks.io +github: microcks/microcks +--- + +Microcks is a platform for turning your API and microservices assets - *GraphQL schemas*, *OpenAPI specs*, *AsyncAPI specs*, *gRPC protobuf*, *Postman collections*, *SoapUI projects*_ - into live simulations in seconds. + +It also reuses these assets for running compliance and non-regression tests against your API implementation. We provide integrations with *Jenkins*, *GitHub Actions*, *Tekton* and many others through a simple CLI. \ No newline at end of file