-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hi,
I am able to successfully use capture groups in regex stepdefs and separately gherkin tables in a different step def, but I can not use both in the same step def. This is something that is available in jest-cucumber, and so it's something I think should be supported here.
When I try the step def below, only the first parameter is given a value.
Then(/^a (\d+) result is returned from the endpoint&/, ((httpCode_CucumberInput: string, result_CucumberInput: string) => {
...
}))
Metadata
Metadata
Assignees
Labels
No labels