https://github.com/microcks/microcks-quarkus-demo
Quarkus demonstration app on how to use Microcks DevServices/Testcontainers in your dev/test workflow
https://github.com/microcks/microcks-quarkus-demo
Last synced: about 1 year ago
JSON representation
Quarkus demonstration app on how to use Microcks DevServices/Testcontainers in your dev/test workflow
- Host: GitHub
- URL: https://github.com/microcks/microcks-quarkus-demo
- Owner: microcks
- License: mit
- Created: 2024-02-18T17:16:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-18T10:32:55.000Z (about 1 year ago)
- Last Synced: 2025-07-18T19:54:38.588Z (about 1 year ago)
- Language: HTML
- Size: 1.08 MB
- Stars: 9
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Governance: GOVERNANCE.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# Microcks Quarkus DevServices demo
This application is a demonstration on how to use Microcks DevServices with Quarkus in your dev/test workflow

You will work with a Quarkus application and explore how to:
* Use Microcks for **provisioning third-party API mocks**,
* Use Microcks for **simulating external Kafka events publishers**,
* Write tests using Microcks **contract-testing** features for both **REST/OpenAPI based APIs and Events/AsyncAPI** based messaging
## Table of contents
* [Step 1: Getting Started](step-1-getting-started.md)
* [Step 2: Exploring the app](step-2-exploring-the-app.md)
* [Step 3: Local Development Experience with Microcks](step-3-local-development-experience.md)
* [Step 4: Write Tests for REST](step-4-write-rest-tests.md)
* [Step 5: Write Tests for Async](step-5-write-async-tests.md)
## License Summary
The code in this repository is made available under the MIT license. See the [LICENSE](LICENSE) file for details.