docs: add inline SBDL declarations to Gherkin feature files#1172
Closed
Copilot wants to merge 2 commits intodocs/generate-test-spec-and-traceabilityfrom
Closed
docs: add inline SBDL declarations to Gherkin feature files#1172Copilot wants to merge 2 commits intodocs/generate-test-spec-and-traceabilityfrom
Copilot wants to merge 2 commits intodocs/generate-test-spec-and-traceabilityfrom
Conversation
4 tasks
Co-authored-by: rjaegers <45816308+rjaegers@users.noreply.github.com>
|
Copilot
AI
changed the title
[WIP] Add unified SBDL document generation approach
docs: add inline SBDL declarations to Gherkin feature files
Feb 27, 2026
Contributor
Pull Request Report (#1172)Static measures
Time related measures
Status check related measures
|
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.



Embeds SBDL declarations directly in the Gherkin
.featurefiles instead of deriving them via Python conversion scripts, keeping definitions close to the source they describe.Changes
# @sbdlinline comments directly below eachFeature:,Rule:, andScenario:keyword line in all 6 feature files undertest/cpp/features/aspect(slug identifier, e.g.compatibility)requirement(REQ ID slug, e.g.req-comp-0001) withaspect is <feature-slug>testwithrequirement is <req-slug>custom:title— identifiers are short meaningful slugs; the Gherkin element name is the human-readable titleRunning
sbdl test/cpp/features/*.featurenow extracts all 31 SBDL elements (6 aspects, 23 requirements, 2 tests) directly from the annotated feature files.🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.