Error while Running cypress latest 13.4.0 in CI with allure adapter #65
-
Node version 20.9 in cypress docker image |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
Hi @AhmadfBaker |
Beta Was this translation helpful? Give feedback.
-
Hi @AhmadfBaker If it doesn't exist could you please send:
|
Beta Was this translation helpful? Give feedback.
-
Hi, @mmisty After i solved the problem for the allure results, in the CI I still have a problem running cypress 13.4.0 with allure in CI This option will not have an effect in Firefox. Tests that rely on web security being disa |
Beta Was this translation helpful? Give feedback.
-
Thanks @mmisty But i noticed that generate allure report now takes 13 min in my project, while it was take 2 min only. Do you aware of that performance? or it's related enable all these features? |
Beta Was this translation helpful? Give feedback.
-
@mmisty Another question, Why the step of fauiler is not shown in the report like the other plugin ![]() |
Beta Was this translation helpful? Give feedback.
Hi @AhmadfBaker
Could you please
1 verify that
allureResults
variable in cypress config is set to 'allure-results'2 delete
allure-results
folder3 run
npx cypress run --browser chrome --spec cypress/e2e-v2/dram/by-dram/dram-die-variant-functionality-spec.cy.ts --env allure=true
4 check whether
allure-results
folder exist with .json filesIf it doesn't exist could you please send:
cypress/e2e-v2/dram/by-dram/dram-die-variant-functionality-spec.cy.ts