Eliminate API integration headaches with Specmatic's no-code AI-powered API development suite. Teams ship APIs 10x faster by transforming specifications into executable contracts instantly—no coding required, no integration surprises.
In a complex, interdependent ecosystem, where each service is evolving rapidly, we want to make the dependencies between them explicit in the form of executable contracts. Contract Driven Development leverages API specifications like OpenAPI, AsyncAPI, GraphQL SDL files, gRPC Proto files, etc. as executable contracts allowing teams to get instantaneous feedback while making changes to avoid accidental breakage.
With this ability, we can now independently deploy, at will, any service at any time without having to depend on expensive and fragile integration tests.
Learn more at specmatic.io 🌐
The existing Java Build with Gradle workflow triggers specmatic/specmatic-tests-orchestrator after the snapshot publish step on main. It can also be run manually from the same workflow.
The caller-owned manifest lives at .github/test-executor.json. gradle.yml reads that file and embeds its JSON content as orchestrator_options.test_executor_json, so the orchestrator does not need to know this repository's file layout.
How it runs:
gradle.ymlbuilds Specmatic on the configured OS matrix.- On
main, afterPublish Snapshotcompletes on Ubuntu, it creates OS-scoped commit statuses and dispatches the orchestrator once per configured runner label. - For a manual run, open Actions -> Java Build with Gradle, click Run workflow, and provide
ENTERPRISE_VERSIONif you want something other than the defaultSNAPSHOTselector. - Leave
TEST_EXECUTOR_JSON_PATHas.github/test-executor.jsonunless you want to embed another manifest from this repository. - The orchestrator always dispatches the target repository workflows from the embedded manifest in parallel.
The workflow creates OS-scoped commit statuses such as Ubuntu - Specmatic Orchestrator Gate and Windows - Specmatic Orchestrator Gate. While the orchestrator is running, those statuses remain pending. After the callback completes, use the repository commit status popover or the workflow summary to open each gate's Details link, which points to the exact specmatic-tests-orchestrator run. The orchestrator run uploads outputs/orchestration-summary.json and outputs/index.html as artifacts.
