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

Cucumber attach function #96

Open
jdelucaa opened this issue Sep 22, 2020 · 3 comments
Open

Cucumber attach function #96

jdelucaa opened this issue Sep 22, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@jdelucaa
Copy link

I need to add some text to the output of the tests so I can have them in a HTML report (I am using cucumber-html-reporter). With cucumber I can achieve that by using the attach function.

Is there any similar functionality in jest-cucumber that I can use to achieve the same?

@bencompton bencompton added the enhancement New feature or request label Oct 5, 2020
@bencompton
Copy link
Owner

This capability does not currently exist in Jest Cucumber, but it would definitely be a great feature. Unfortunately, there are technical challenges even supporting JSON reporting in the most recent version of Jest Cucumber. Given that Cucumber itself has deprecated the JSON format, it isn't a much of a priority to fix the JSON reporting module in this library, and using the new Cucumber Messages format would involve quite a bit of rework.

@ExuCounter
Copy link

@jdelucaa Hi, me ran into the same problem. Perhaps you have found an alternative solution?

@jdelucaa
Copy link
Author

jdelucaa commented Apr 9, 2021

Hi @ExuCounter , unfortunately I have not found an alternative solution for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants