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 to run contract conformance 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 familiarize yourself with the project's Code of Conduct.
The current development version is 1.13.1-SNAPSHOT on branch 1.13.x.
Here are the naming conventions we're using for current releases, ongoing development maintenance activities.
| Status | Version | Branch | Container images tags |
|---|---|---|---|
| Stable | 1.13.0 |
master |
1.13.0, latest |
| Dev | 1.13.1-SNAPSHOT |
1.13.x |
nightly |
| Maintenance | 1.12.2-SNAPSHOT |
1.12.x |
maintenance |
Have a look at our tested configurations to know more about the versions of dependencies and integrations that we are using for development and testing.
The build instructions are available in the building guide.