How to generate unique JSON file names when using @badeball/cypress-cucumber-preprocessor #1248
Replies: 1 comment
-
This library generates one, and only one, report per run and this is what you feed into the above-mentioned library. I fail to see how you will need anything more. However, you can change output in a number of ways: .. or
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the
@badeball/cypress-cucumber-preprocessor
in my Cypress project and want to integrate themultiple-cucumber-html-reporter
to generate reports. Themultiple-cucumber-html-reporter
documentation mentions that each JSON file needs to have a unique name to avoid being overwritten.Could you please guide me on how to configure the Cucumber Preprocessor to ensure that the generated JSON files have unique names?
Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions