Pre-flight checklist
Problem Statement
When I tried to write a tests with multiple lines in a step, I saw only the first one was taken into account.
Considering the Gherkin syntax, I believed I could group same operations in the same steps.
In the example, I have multiple checks in a single step, but I also did the same to send multiple messages in input step.
Proposed Solution
Handle multiline operations in a single step :
- All ?
- Checks only ?
- Also scripts run ?
Alternatives Considered
Separate in single operation steps, but it can create huge tests in certain cases.
Affected Component
Cucumber / BDD Integration
Example Usage / API Sketch
Additional Context
No response
Pre-flight checklist
Problem Statement
When I tried to write a tests with multiple lines in a step, I saw only the first one was taken into account.
Considering the Gherkin syntax, I believed I could group same operations in the same steps.
In the example, I have multiple checks in a single step, but I also did the same to send multiple messages in input step.
Proposed Solution
Handle multiline operations in a single step :
Alternatives Considered
Separate in single operation steps, but it can create huge tests in certain cases.
Affected Component
Cucumber / BDD Integration
Example Usage / API Sketch
Additional Context
No response