Skip to content

[Feature]: Run multiple jobs by step #38

Description

@williamgarr

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.

Image

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions