-
Rather than having overly focused unit tests?
https://www.npmjs.com/package/jest-cucumber
-
## Overview
[`stripVTControlCharacters`](https://nodejs.org/api/util.html#utilstripvtcontrolcharactersstr) from Node core utilities provide the same functionality.
Do note that this utility func…
-
Just wondering if it could make sense to use Gherkin for some tests.
https://cucumber.io/docs/gherkin/reference/
Maybe using tables and outlines could be useful:
https://github.com/b-yond-inf…
-
At this moment jest-cucumber uses 'cucumber" package for reports but it was updated and now we should use @cucumber/cucumber for it. Because of wrong package you could see the next error: **/node_modu…
-
EDIT: this issue as partly fixed by using babel instead of v8 in Jest, however the branches still do not add up to 100% despite the single report from Jest does show 100% branch coverage. More in the…
-
I'm currently using jest and jest-cucumber with Typescript and new to this environment. I've set up a class to share the state which I reset in beforeEach. But if possible I'd like to have the option …
-
Hi,
Gherkin _Background_ keyword is very useful for avoiding repeating _Given_ steps in features. It is supported in jest-cucumber. Any luck adding to jest-cucumber-fusion?
Thank you.
-
After the default setup using cucumber-jest as per the documentation I get the following error:
```
TypeError: Cannot destructure property 'instrument' of 'undefined' as it is undefined.
…
-
Hello @bencompton ,
I am really interested in jest-cucumber. I compared it to CucumberJS and let's say it covers the must have features.
I saw there are already issues for asking if jest-cucumb…
-
Cucumber's `rowsHash()` function transforms a data table into a JSON object. To maintain parity between `cucumber` and `jest`, it would be helpful for `jest-cucumber` to support that function. Current…