-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Unable to generate allure report in case of playwright + cucumber combination #1822
Comments
I do not know Allure, either playwright, and I do not have those tools at the moment that would help doing some tests. Also, you may ask on https://github.com/Tallyb/cucumber-playwright or even https://github.com/allure-framework/allure-js. They may be helpful too. |
Thanks for the quick reply. Below mentioned is a public repo, which can be cloned and executed directly without any changes. It consists 2 simple scenarios. |
Yes, and after cloning Tallyb/cucumber-playwright and How did you integrate allure report with it? |
You won't be able to make both work together at the moment.
You may consider opening an issue on There is actually a PR on allure-framework to support cucumber-js 7: allure-framework/allure-js#346 |
This is not related to cucumber, I close the issue. But we can still discuss here if you need to @alikhanm86 |
ohh.. Got it. Thank you so much. All that I'm trying to achieve is to generate allure reports in case of playwright cucumber. Could you pls clarify the below questions?
|
Technically, I guess it should work, but I won't ever encourage downgrading things.
I don't have the answer to that one, sorry |
Bug Description
I'm unable to generate allure report in case of playwright + cucumber combination
I'm trying to generate allure reports for my automation framework which is on playwright + cucumber combination. But for me, "allure-results" folder is generated but its blank. Not sure if I'm doing something wrong. Could you anyone pls suggest?
GitHub Template that I used: https://github.com/Tallyb/cucumber-playwright
Cucumber Allure Integration link: https://github.com/allure-framework/allure-js/blob/master/packages/allure-cucumberjs/README.md
FYI, I don’t have any issues in case of playwright test runner. Above problem is only in case of cucumber playwright.
Expected behavior
Allure report has to be generated successfully
Desktop (please complete the following information):
Additional context
I don’t have any issues in case of playwright test runner. Above problem is only in case of cucumber playwright.
The text was updated successfully, but these errors were encountered: