Allure is not working with the latest cypress version (12.15.0) #27112
Unanswered
BarbaraGodayol
asked this question in
Component Testing
Replies: 1 comment
-
Hey @BarbaraGodayol, The issue is already reported here #27113. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project using allure: "@shelex/cypress-allure-plugin": "^2.40.0". And in cypress.config.ts I have the properties allure: true,
allureResultsPath: "allure-results", inside "env".
At the end of the execution, allure-results folder is created with all the data.
This was working until 20th of june before the new release 12.15.0. Now, the allure-results folder is not created.
Can someone help me to know what is hapenning with this last version?
Beta Was this translation helpful? Give feedback.
All reactions