jest-cucumber
jest-cucumber copied to clipboard
Test reports don't work
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_modules/jest-cucumber/dist/src/reporter.js". Cannot find module 'cucumber/lib/formatter/get_color_fns' It is expected because "cucumber" package do not have a "lib" folder and in a Readme file you will find that "cucumber" is deprecated and you should use @cucumber/cucumber
Any updates regarding this issue?
+1
Any plans for fixing this issue? I'd say that it's a pretty important feature
Is reporting working at all in 3.0.1 ? I can't see it in git but it is in the npm package ?
Here's a workaround for the import but it doesn't go far after that
"jest-cucumber": "3.0.1",
"cucumber":"npm:@cucumber/[email protected]",
"@cucumber/cucumber":"7.3.2",
You can close this issue https://github.com/bencompton/jest-cucumber/issues/27
@avmr48 reporting doesn't work with the following errors no such file or directory, open '/tmp/jest-cucumber-reporting/
Are there any plans of reporting support for version 3.x.x? In the discussion #27 I see that cucumber will not support JSON anymore, but reporting of this library is built on the top of it
hi.. is there any update on this issue.. it would be great if this gets prioritised...