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 the problem you're trying to solve? Currently HTML formatter can show [link list](https://github.com/cucumber/cucumber-js/blob/main/docs/support_files/attachments.md#links) as raw URIs. With long URIs it can lead to cluttered ui: ![image](https://github.com/user-attachments/assets/0f9c6fea-8317-41ff-a2f3-5e376dfc7889) ###...

### 👓 What did you see? For the past week, we have been unable to use the cucumber-js CLI --tags flag to run Scenarios in Features that do not contain...

### 👓 What did you see? With this code: ```js import { runCucumber, loadConfiguration, loadSupport } from '@cucumber/cucumber/api' async function run(name) { const { runConfiguration } = await loadConfiguration({ file:...

:question: question

### 👓 What did you see? I have the following step that attaches plain text: ```ts Given('some step', async function () { this.attach('some text'); }); ``` I run Cucumber with...