cucumber-js icon indicating copy to clipboard operation
cucumber-js copied to clipboard

Cucumber for JavaScript

Results 74 cucumber-js issues
Sort by recently updated
recently updated
newest added

### 🤔 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...

:pray: help wanted
:white_check_mark: accepted
:zap: enhancement

Hello, is there a way to pass those tags as world class parameters ? ` const myTagRule = atMostOnePicklePerTag(["@tag1", "@tag2"]); `

:zap: enhancement

### 🤔 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...

good first issue
:white_check_mark: accepted
:zap: enhancement

As described in https://github.com/cucumber/common/issues/768

:white_check_mark: accepted
:zap: enhancement

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?

:zap: enhancement

### 🤔 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...

:broken_heart: breaking change
:zap: enhancement

**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...

:white_check_mark: accepted
:zap: enhancement

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....

:zap: enhancement

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...

good first issue
:bank: debt