cucumber-js
cucumber-js copied to clipboard
Cucumber for JavaScript
### 🤔 What's changed? ### ⚡️ What's your motivation? for https://github.com/cucumber/cucumber-js/issues/1153 ### 🏷️ What kind of change is this? - :zap: New feature (non-breaking change which adds new behaviour) ###...
### 🤔 What's changed? - Several things newly deprecated, where use cases are better served by the new JavaScript API - [x] Cli - [x] PickleFilter - [x] Runtime -...
### 🤔 What's changed? Fix the reported url and method ### ⚡️ What's your motivation? Fix the misleading error message. If the second http request fails, the error message refers...
### 🤔 What's changed? - Added JUnit formatter ### ⚡️ What's your motivation? Needed to get proper reporting in Azure Pipelines so had to develop a JUnit formatter that would...
### 🤔 What's the problem you're trying to solve? 1. To help the test execute in sequential order, it is better to have a priority for each tag. This will...
### 🤔 What's changed? The PR introduces runtime filters to enhance specs filtering not only be `path` or `scenario`, but by any `Pickle` message field: ```js module.exports = { default:...
### 🤔 What's the problem you're trying to solve? I'm trying to use the `@playwright/test` expect assertion library with Cucumber, and I have no need for the stack trace. Expect...
### 🤔 What's the problem you're trying to solve? Importing `@cucumber/cucumber` in test setup or step modules (ES modules) takes about 4 seconds. That's waiting time before the test suite...
### 👓 What did you see? When I try to start a scenario on a Windows 11 machine (using the VSCode `CucumberOpen.cucumber-official` extension) I get the following error message: ```...
### 🤔 What's the problem you're trying to solve? I am getting a clear dashboard constructed in DataDog from junit uploads from cucumber runs. ### ✨ What's your proposed solution?...