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? In doc/support_files/world.md, it describes putting worldParameters in config file using `{ worldParameters: { appUrl: 'http://localhost:3000/' } }` In reality, it should be under default:...

:book: documentation
:white_check_mark: accepted

### 🤔 What's the problem you're trying to solve? Commander, the CLI parser in use, throws an error if there are unrecognized arguments on the CLI. So something like `cucumber-js...

:zap: enhancement

### 🤔 What's the problem you're trying to solve? We love cucumber and use it for end-to-end testing our UI. As the tests include the UI, backend and database, they...

:zap: enhancement
plugins-usecase

```gherkin Feature: Fail when no scenarios were found As a test automation developer I would like cucumber js to fail when it does not detect any scenarios To make sure...

:zap: enhancement
plugins-usecase

### 🤔 What's the problem you're trying to solve? Currently i'm using the snippet builder as an alert to make my user understand that they might have a misspell on...

:zap: enhancement

### 🤔 What's the problem you're trying to solve? While tests are being developed they sometimes need some debugging, especially when a browser driver is in play. At my last...

:zap: enhancement

**Thanks for looking but this is still a draft PR!** ### 🤔 What's changed? Hi there, First of all thank you very much for maintaining/developing cucumber! If possible, I'd like...

### 🤔 What's the problem you're trying to solve? A few times the concept of cancelling/aborting a test run has come up: - https://cucumberbdd.slack.com/archives/C6QJ6N695/p1676994175139399 - https://cucumberbdd.slack.com/archives/C612KCP1P/p1665720819024549 This would be useful...

:zap: enhancement

### 🤔 What's the problem you're trying to solve? Other tools in the JavaScript ecosystem would like to be able to generate the legacy JSON format from messages, without asking...

:zap: enhancement

### 🤔 What's changed? This PR adds two new public exports: - `world` which you can reference from a step definition or hook to get the World - `context` which...