Skip to content

control gherkin prefixes for secondary steps#315

Merged
SonOfSardaar merged 1 commit into
developfrom
refactor/step-title-generation
Jun 3, 2026
Merged

control gherkin prefixes for secondary steps#315
SonOfSardaar merged 1 commit into
developfrom
refactor/step-title-generation

Conversation

@SonOfSardaar
Copy link
Copy Markdown
Contributor

Configurator.StepTitleFactory.AddGherkinPrefixToSecondarySteps flag now controls if secondary step titles should have gherkin prefixes. eg. below

When Enabled:

Given some setup
    And some config
When some action
   And another action
Then something happens
   And another thing happens

When Disabled:

Given some setup
    some config
When some action
   another action
Then something happens
   another thing happens

@SonOfSardaar SonOfSardaar requested a review from MehdiK as a code owner June 3, 2026 15:21
@asos-gurpreetsingh
Copy link
Copy Markdown
Contributor

@copilot review this PR

@SonOfSardaar SonOfSardaar changed the base branch from main to develop June 3, 2026 15:30
@SonOfSardaar SonOfSardaar merged commit bc48b4b into develop Jun 3, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants