cucumber-js
cucumber-js copied to clipboard
Cucumber for JavaScript
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [capital-case](https://redirect.github.com/blakeembrey/change-case/tree/master/packages/capital-case#readme) ([source](https://redirect.github.com/blakeembrey/change-case)) | [`^1.0.4` -> `^2.0.0`](https://renovatebot.com/diffs/npm/capital-case/1.0.4/2.0.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [sinon-chai](https://redirect.github.com/chaijs/sinon-chai) | [`3.7.0` -> `4.0.0`](https://renovatebot.com/diffs/npm/sinon-chai/3.7.0/4.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chai-exclude](https://redirect.github.com/mesaugat/chai-exclude) | [`2.1.1` -> `3.0.1`](https://renovatebot.com/diffs/npm/chai-exclude/2.1.1/3.0.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chai](http://chaijs.com) ([source](https://redirect.github.com/chaijs/chai)) | [`4.5.0` -> `5.2.0`](https://renovatebot.com/diffs/npm/chai/4.5.0/5.2.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
### 👓 What did you see? I'm working with WebdriverIO using Cucumber and typescript. If I add a new step in my feature file with 'Scenario' which is not implemented,...
Hello, I installed cucumber-js and tsflow on a React Native mobile app project. After writing a ".feature" file and its corresponding steps definition file for a user story, I get...
### 👓 What did you see? Summary: A multiline string (with `\n`) in a data table seems to have actual new lines while the same multiline string gets stringified when...
### 👓 What did you see? I am trying to build a custom formatter in TypeScript and I am getting an error when trying to run cucumber programmatically. `./formatter.ts` ```typescript...
Fix: Improve type safety in features/support/formatter_output_helpers, removes explicit `any` #1648
### 🤔 What's changed? Modified several places where ESLint was complaining about the use of explicit `any` ( after I set `@typescript-eslint/no-explicit-any` to ` 2`) in the `features/support/formatter_output_helpers.ts` file. There...
Hi, Is there a way to set console / stdout redirects for each cucumber worker when running with the -parallel switch? I have a project where parallelism is implemented via...