Microcks is a platform for turning your API and microservices assets - OpenAPI specs, AsyncAPI specs, gRPC protobuf, GraphQL schema, Postman collections, SoapUI projects - into live mocks 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.
- Documentation
- Microcks Community and community meeting
To get involved with our community, please make sure you are familiar with the project's Code of Conduct.
The current development version is 1.11.0-SNAPSHOT
on branch 1.11.x
.
Here are the naming conventions we're using for current releases, ongoing development maintenance activities.
Status | Version | Branch | Container images tags |
---|---|---|---|
Stable | 1.10.1 |
master |
1.10.1 , latest |
Dev | 1.11.0-SNAPSHOT |
1.11.x |
nightly |
Maintenance | 1.10.2-SNAPSHOT |
1.10.x |
maintenance |
The build instructions are available in the contribution guide.