-
-
Notifications
You must be signed in to change notification settings - Fork 149
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 & messages json not generating when running from Cypress UI #776
Comments
I can't reproduce your issue, they reports are generated as expected. |
@badeball That's super strange, where are the logs getting generated for you? Also are you running from console or using the cypress runner ( |
@badeball I just ran using the |
JSON reports aren't typically generated in open-mode. They rely on some events that aren't available in open-mode, at least not without |
Current behavior
Even after setting the required configuration as per the Docs, not able to get the json & messages generated when cypress is launched using
npx cypress open
& an feature is executedDesired behavior
Cucumber json should be generated the same way they get generated when using the
npx cypress run
commandTest code to reproduce
https://github.com/kiran-epic/CypressCucumber_NoJSON
Versions
Checklist
cypress-cucumber-preprocessor@4.3.1
(package name has changed and it is no longer the most recent version, see #689).The text was updated successfully, but these errors were encountered: