-
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
Cypress 12.15.0 breaks allure reporting #216
Comments
Update: Cypress 12.16.0 does not fix this issue, allure reporting is still broken in that version |
Got the same problem, 12.15.0 & 12.16.0 gave the error, downgrade to 12.14.0 work fine. |
+1 |
+1 |
Still broken with Cypress |
Done quick test on Cypress version |
The plugin does not work with Cypress 12.17.2, neither :( |
+1 |
For the record, a project I'm involved with doesn't work on 12.14 either. Any version after 12.10 & the allure report will not be generated. |
For me it's working on 12.14 🤔 (I use 2.37.0 shelex version) On higher cypress versions not working for me too |
Done quick test on Cypress version |
Same problem after 12.14.0 version |
In my opinion the problem is in this project. |
Anyone got any solution for this? |
Well you can keep the older cypress version and still use shelex or use other reporter (like multiple-cucumber-html-reporter) until they fix it or someone find a solution. |
I will try to use this package: https://github.com/mmisty/cypress-allure-adapter. It's updated to cypress version 13.0.0 |
It's working with cypress@13.1.0 for me, yet logic of grouping tests into suites is different from @Shelex plugin. |
Starting with 12.15, event task doesn't fire anymore (here), thus allureMapping never gets set, thus results (here and here) never output anything to results. |
Same kind issue has been raised in cypress github |
This plugin solves the problem with Cypress ^12.15 and Allure Report https://www.npmjs.com/package/@mmisty/cypress-allure-adapter |
any updates with this bug? |
+1 |
1 similar comment
+1 |
Probably Cypress's fault
and likely to be fixed when they fix(update: see #216 (comment) below), but I thought I'd create an issue so you're aware. See cypress-io/cypress#27113cy.task
The text was updated successfully, but these errors were encountered: