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

### 👓 What did you see? Hello! I've been relying on worldParameters to store environment data since it's labelled as repeatable, as stated in [here](https://github.com/cucumber/cucumber-js/blob/main/docs/support_files/world.md) and [here](https://github.com/cucumber/cucumber-js/blob/main/docs/configuration.md), and it can...

### 👓 What did you see? **When I use JSON format to generate results, I encounter the following error.** **error logs:** /app/node_modules/@cucumber/cucumber/src/formatter/json_formatter.ts:185 this.log(JSON.stringify(features, null, 2)) ^ RangeError: Invalid string length...

### 👓 What did you see? I've encountered an issue while attempting to run Playwright Cucumber tests in parallel on Jenkins. Locally, specifying parallel: 4 in cucumber.mjs works as expected...

:baby_bottle: incomplete

### 👓 What did you see? Given I am using a CustomWorld And I have an empty array of drivers that could be used from the CustomWorld And I can...

:baby_bottle: incomplete

### 🤔 What's the problem you're trying to solve? I recently found myself in a bit of a predicament when trying to log specific environment information during Cucumber tests. Our...

Currently there are two flavours of "runtime" (or "runner" - the actual test runner part) in cucumber-js: serial (the default) and parallel. This has always been one of the harder...

:bank: debt

### 👓 What did you see? cucumber report (https://reports.cucumber.io/) has some output that is not clear other than local output. It is really hard to read issues on cucumber report....

### 👓 What did you see? When running my code in the pipeline and installing the dependencies, it is showing that there are some obsolete dependencies. When reviewing my project,...

### 🤔 What's the problem you're trying to solve? Hi, I am writing a set of conformance tests for [FDC3](fdc3.finos.org), which is a way for different applications (e.g. web apps)...

### 👓 What did you see? We are running different jobs simultaneously from the same deploy file. Occasionally We are having the following problem on Jenkins. We cannot replicate it,...