-
Notifications
You must be signed in to change notification settings - Fork 44
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
JSON report is not generated anymore for versions above 2.28.0 #157
Comments
I have the same problem. Simple project, with one spec, neither passing by cli, cypres.env.json or inside cypress.config works |
@Shelex setting |
@Shelex and the forked cucumber preprocessor plugin (@badeball/cypress-cucumber-preprocessor) is the new stable repo, the other one is deprecated. |
As firstly you have allureWriter enabled, then preprocessor, the
Sure, I have seen a transfer of ownership. I mean that they have changed the preprocessor behaviour and now to make this reporter work you need to add
Thanks for the example repo, that really helped. I do not have pnpm, so I have just moved arguments to package json script: and enabled debug logs:
my working directory is and here is a line from logs output: So it just takes allure results path Could you please check it on your end? |
@Shelex Now the Mocha tests are successfully running via
You can try this while executing Further information: |
@GRmeB Thanks for details provided. |
@Shelex great! now it is working! I updated also the repo https://github.com/GRmeB/cypress_allure_example to have a running example for other people to show that it is running with Mocha and Cucumber. Thank you guy :) Also my other bug issue can be closed. |
Describe the bug
All versions above the 2.28.0 are not creating Allure JSON report anymore in my case.
To Reproduce
Steps to reproduce the behavior:
cypress/reports/allure/json
in project)4.Expected behavior
JSON report is generated.
Environment (please complete the following information):
Developer Tools Console Output
Additional context
The text was updated successfully, but these errors were encountered: