JSON report is not generated anymore for versions above 2.28.0
See original GitHub issueDescribe 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:
- Please checkout my example project https://github.com/GRmeB/cypress_allure_example2
- then please execute the steps in the readme
- no JSON report is generated (expected under
cypress/reports/allure/json
in project)4. - when downgrading the cypress-allure-plugin to 2.28.0 then everything seems to be fine with JSON report generation5.
Expected behavior JSON report is generated.
Environment (please complete the following information):
- Cypress version: 10.7.0
- OS: Mac OS X 12.5.1
Developer Tools Console Output
Additional context
Issue Analytics
- State:
- Created a year ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Jenkins Cucumber Reports plugin no longer generates report ...
Jenkins Cucumber Reports plugin no longer generates report with v5.6.0 using Cucumber JVM 1.2.5 due to issue with cucumber json report file #405....
Read more >maven cucumber report is not being generated - Stack Overflow
I fixed the issue by doing the same. upon running mvn verify i got error failed to execute goal "generate" that is clearly...
Read more >Release notes & updates – Azure CLI - Microsoft Learn
Learn about the latest Azure Command-Line Interface (CLI) release notes and updates for both the current and beta versions of the CLI.
Read more >Jersey 2.28 User Guide - GitHub Pages
This is user guide for Jersey 2.28. We are trying to keep it up to date as we add new features. When reading...
Read more >SAP Cloud SDK for Java – Release Notes
Fix a bug in odata-v4-generator where the field type Edm.TimeOfDay was not recognized and not generated properly, leading to missing SimpleProperty fields ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.
@GRmeB Thanks for details provided. There was issue with getting tags from missing
Rule
keyword details in gherkin, additional guards added, now works fine with v2.30.3. Please check on your side.