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

Cucumber for JavaScript

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

Hi Team, I'm implementing AI prompt for failed TC and I require below details, Kindly let me know how to get 1. Steps from Feature file till failure **Example:** โœ”...

### ๐Ÿ‘“ What did you see? Error cause is lost in format_error and cucumber/pretty-formatter does not print causes. At our project we log errors with causes, but the cause is...

### ๐Ÿค” What's changed? Node.js 23 [introduced](https://github.com/nodejs/node/pull/53848) a `module.exports` export on the wrapper namespace for CommonJS modules when `import`ed. The motivation for this seems to have mostly been around the...

### ๐Ÿ‘“ What did you see? Given a line like the following in a feature file:ยน ``` And pagination parameter: first 1 response(s) ``` The following suggestion is given: ```...

### ๐Ÿค” What's the problem you're trying to solve? I am using cucumber in a typescript porject and I would like to use typescritp for my cucumber config file as...

### ๐Ÿค” What's the problem you're trying to solve? I have a slight problem testing the messages implementation of the non-associated Cypress implementation that I develop and maintain. Due to...

:white_check_mark: accepted
:zap: enhancement