Use generated artifacts for Ruby BDD tests#3585
Draft
nogates wants to merge 1 commit into
Draft
Conversation
This comment has been minimized.
This comment has been minimized.
nogates
marked this pull request as draft
July 20, 2026 11:07
nogates
force-pushed
the
nogates/use-generated-bdd-artifacts
branch
2 times, most recently
from
July 22, 2026 08:15
94d5f6d to
f35048d
Compare
nogates
force-pushed
the
nogates/use-generated-bdd-artifacts
branch
from
July 23, 2026 10:29
f35048d to
77d98cb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
templatedatadog-api-specnoropenapi-transformerat test runtimeCompatibility usage
The transformer compatibility workflow checks out Ruby
masterand cherry-picks this PR as one adapter commit. It then generates the complete server, recording database, request plans, and feature tree into the SDK checkout before running Cucumber. No spec-repository files are required at SDK test runtime.Validation
datadog-api-specmaster: 1,685 scenarios discovered; 1,675 passed and 10 SDK-tagged scenarios skippedtemplatefields, and empty-body requestsScope
This PR is the thin Ruby adapter. The language-neutral request construction and generated features live in
openapi-transformer; the generated replay database and server are test artifacts.