You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: