Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test reports don't work #141

Open
KhrypunAlex opened this issue Aug 25, 2021 · 7 comments
Open

Test reports don't work #141

KhrypunAlex opened this issue Aug 25, 2021 · 7 comments
Labels
bug Something isn't working

Comments

@KhrypunAlex
Copy link

KhrypunAlex commented Aug 25, 2021

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

@KhrypunAlex KhrypunAlex changed the title Reports don't work Test reports don't work Aug 25, 2021
@p0lax
Copy link

p0lax commented Jan 18, 2022

Any updates regarding this issue?

@bencompton bencompton added the bug Something isn't working label Jan 21, 2022
@wolfmanfx
Copy link

+1

@p0lax
Copy link

p0lax commented Apr 20, 2022

Any plans for fixing this issue? I'd say that it's a pretty important feature

@avmr48
Copy link

avmr48 commented May 16, 2022

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",

@avmr48
Copy link

avmr48 commented May 16, 2022

You can close this issue
#27

@p0lax
Copy link

p0lax commented May 30, 2022

@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

@daraniya
Copy link

hi.. is there any update on this issue.. it would be great if this gets prioritised...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants