Cucumberish
Cucumberish copied to clipboard
how to generate JSON output
Hi i'm new to Cucumberish i saw that there is possibility to generate a JSON output after the test but how? There is no documentation about it, just in the changelogs
indeed, where is json?
Hi @matdtr , could you share if you managed to find json reports location? I think they are not generated for me
UPD: in order to get json report, i had to specify Cucumberish.instance()?.resultsDirectory
, otherwise it is nil
by default and reports are not saved
and back to json reports; they seem to be not generated for failed scenarios. I.e., report is only stored for passed test. Am I messing with setup again? 😆