[Playwright + Cucumber-JS] Test are marked as broken instead of failed for me , similar to this issue https://github.com/allure-framework/allure-js/issues/1155 #2948
k-saadii
started this conversation in
General Discussion
Replies: 0 comments
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 am using Cucumber JS + Playwright and the test are marked as broken and not failed when I use playwright expect(), I have below dependency installed
"allure-commandline": "^2.33.0",
"@cucumber/messages": "^27.2.0",
"allure-cucumberjs": "^3.2.1",
"allure-js-commons": "^3.2.1",
I am aware through this bug report allure-framework/allure-js#1155 that it was a problem and should have been solved but somehow it does not work for me at all
The report are generated fine but test with failed assertions are seen as Broken ,even the attachment for failed cases are seen properly in the report but allure simply marks them as broken.
The assertions I used from playwright were for eg: expect().toBeDisabled(), if that information helps
Beta Was this translation helpful? Give feedback.
All reactions