cucumber-js
cucumber-js copied to clipboard
Cucumber for JavaScript
### 🤔 What's changed? This adds a new `rerun` order that can be used with the `--order` option. ### ⚡️ What's your motivation? We are building a test case prioritization...
Hi, using Cucumber 5.0.2 with --parallel 3 option in BeforeAll hook I have simple console.log() command. **Actual behavior** console.log() is executed so many as slave exists, in this case 3x...
Hello, is there a way to pass those tags as world class parameters ? ` const myTagRule = atMostOnePicklePerTag(["@tag1", "@tag2"]); `
### 🤔 What's the problem you're trying to solve? As developer I would love to dinamycally define profiles on cucumber es module configs. Actually, the only way to define profiles...
As described in https://github.com/cucumber/common/issues/768
To get around this we've been rolling our own DI which is cumbersome. If this is by intention, I'm wondering why BeforeAll is not given this reference?
### 🤔 What's the problem you're trying to solve? The TypeScript typings for the functions users pass in to hooks and steps should have the return value appropriately typed so...
**Is your feature request related to a problem? Please describe.** I would like to capture the URL of the published report so I can notify an external system with the...
I want to add a log file as an attachment to report after tests execution. I wanted to use AfterAll hook but according to this comment: https://github.com/cucumber/cucumber-js/issues/1109#issuecomment-400542113 this is impossible....
Right now we're using regular expressions in our own step definitions. It would be good to change these over to using cucumber expressions (and parameter types!) so that we're providing...