Skip to content
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 13 version cannot generate allure-result folder, please provide a solution #228

Open
fauzisunarya opened this issue Mar 6, 2024 · 9 comments
Labels
bug Something isn't working

Comments

@fauzisunarya
Copy link

Please help so that the Allure plugin is always updated because we really need this plugin in our daily work for test result reporting activities. I am using the latest Cypress version. After I tried it, it turned out that the Allure-result folder was not automatically generated. Please help, sir.

image

@fauzisunarya fauzisunarya added the bug Something isn't working label Mar 6, 2024
@ecureuill
Copy link

@fauzisunarya see #220 (comment)
In order to use this plugin, you need to pin cypress to v12.14.0

@mysticdevx
Copy link
Contributor

hey @fauzisunarya i see you dont use cucumber, so good news, the official allure-cypress is out see here
cypress-io/cypress#27113 (comment)

@vovsemenv
Copy link

you can use shiny new pluggin for allure https://github.com/allure-framework/allure-js/tree/main/packages/allure-cypress to use with latest cypress

@ghost
Copy link

ghost commented Mar 13, 2024

Thanks @vovsemenv @mysticdevx @ecureuill

@devsrihari4
Copy link

Hi @QA-RIDS did the above suggestion work for you?

@fauzisunarya
Copy link
Author

@devsrihari4 yes work

@Ilie-c
Copy link

Ilie-c commented Nov 13, 2024

Any news regarding this instance?
Was trying to use it with cypress 3.15.2 and @badebal/cucumber-preprocessor and It doesn't want to generate the reports.

I've tried to put a lower version but getting a bit of an error from ts config cause of blunder mode and haven't fixed it yet.

Current versions are:
"allure-commandline": "^2.31.0", "@badeball/cypress-cucumber-preprocessor": "^20.0.0", "@bahmutov/cypress-esbuild-preprocessor": "^2.2.0", "@shelex/cypress-allure-plugin": "^2.40.2", "cypress": "^13.15.2"

@ImeryakovS
Copy link

Any updates? I resolved the issue by reverting to Cypress 12, but I’d like to use Cypress 13 with Allure. Please investigate this.

@avi-ran
Copy link

avi-ran commented Jan 22, 2025

Hi!

As a Cypress 13 user, I am currently using the newest plugin mentioned in vovsemenv answer #228 (comment). The report is effectively generated now! However, gherkin syntax is not very well handled from what I can see. The different steps after any "Given" appear as "sub-steps".

Image

Am-I the only one?

I would have expected something closer to this example (extracted from allure official project)

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

8 participants