SaaSHub helps you find the best software and product alternatives Learn more →
Pact JVM Alternatives
Similar projects and alternatives to Pact JVM
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
FizzBuzz Enterprise Edition
FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes.
-
-
Spring Boot
Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
-
-
-
-
lerna
Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.
-
realworld
"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more
-
-
Apache JMeter
Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
-
spec
The AsyncAPI specification allows you to create machine-readable definitions of your asynchronous APIs. (by asyncapi)
-
-
Camunda BPM
Discontinued Camunda 7 CE is End of Life (EoL). Please check out Camunda 8 instead (https://github.com/camunda/camunda) or read about Camunda 7 Enterprise End of Life (https://camunda.com/blog/2025/02/camunda-7-enterprise-end-of-life-extension/) – Camunda 7 CE was a flexible framework for workflow and decision automation using BPMN and DMN.
-
-
-
Pact JVM discussion
Pact JVM reviews and mentions
-
Pact is great. It's also why most teams don't do contract testing
In 2014, Pact created an entire engineering discipline. Consumer-driven contract testing — the idea that the API consumer, not the provider, should define what compatibility means — was a genuine breakthrough. It solved problems that integration testing couldn't, with mathematical certainty, in CI. The Pact Foundation's specification has been ported to twelve languages. PactFlow, the commercial parent, was acquired by SmartBear in 2023. Contract testing as a category exists because Pact exists.
-
Contract Testing in Kotlin: A Step-by-Step Workshop with Pact and Spring Cloud Contract
The full Pact JVM docs are at docs.pact.io and Spring Cloud Contract at spring.io/projects/spring-cloud-contract.
-
Scaling LLMs to Larger Codebases
Its not even a POC at this point, just a readme and a sandbox for testing it while I work on it. But you might find the readme interesting:
https://github.com/MatrixManAtYrService/poag
I'm especially pleased with how explicit it makes the inner dependency graph. Today I'm tinkering with pact (https://docs.pact.io/) and the need to add the pact contracts generated during consumer testing as flake outputs so they can then be inputs to whichever flake does provider testing is potentially a bit more work than it would be under other schemes, but it also make the dependency direction into a first class citizen and not an implementation detail, which I like.
- Quais as melhores ferramentas para trabalhar com Node?
-
Automated Documentation for APIs
Opportunities to deliver value from there on are numerous. Users could use newly generated OpenAPI specifications with its vast ecosystem to perform tasks such as code generation, mocking, and penetration testing. They might also use LLMs to automatically describe endpoints, or perform tasks like test generation. Other possibilities include contract testing using services like PACT.
-
How to Shift Testing Left: 4 Tactical Models
If you’re looking to improve your testing before services are directly integrated, one way to improve the quality is by adopting Pact.
-
Running tests against a different repository (CI/CD)
API Contract Testing might be worth exploring. Gives you the ability to run it quickly locally or in CI/CD. A centralized way to validate if your changes broke another service might also be interesting. That series of videos from the same team is gold: https://docs.pact.io
-
API testing for new project (new to APIs)
We use Pact for contract testing https://docs.pact.io/
-
Why I will stop mocking for most of my Unit Tests in a Spring-Boot Application
The introduction here is quite good: https://docs.pact.io/
-
Does anyone know how to do an integration test on microservices build with asp core?
Pact.Net documentation: https://docs.pact.io/ Mountebank documentation: http://www.mbtest.org/ The Microsoft.AspNetCore.TestHost package on GitHub: https://github.com/aspnet/AspNetCore/tree/main/src/Testing/Microsoft.AspNetCore.TestHost
-
A note from our sponsor - SaaSHub
www.saashub.com | 15 Jun 2026
Stats
pact-foundation/pact-jvm is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of Pact JVM is Kotlin.