Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cucumber JSON reader: improve outlines support #23

Open
delatrie opened this issue Dec 17, 2024 · 0 comments
Open

Cucumber JSON reader: improve outlines support #23

delatrie opened this issue Dec 17, 2024 · 0 comments
Labels
type:improvement New feature or request

Comments

@delatrie
Copy link
Collaborator

Scenario outlines are reported differently across various cucumber JSON dialects. Some interpolate the example table name and the row number into the scenario's ID (Cucumber-Ruby, Cucumber-JS). Others - into the scenario's name (Behave).

We should carefully review different dialects and implement an algorithm to extract such IDs and convert them into the test's parameters or embed them into fullName to keep each test separated.

@delatrie delatrie added the type:improvement New feature or request label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:improvement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant