Modify test step status from BROKEN to FAILED (CucumberJS & Playwright, using allure-cucumberjs package) #2908
Unanswered
tkniki
asked this question in
Questions & Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a test project which uses CucumberJS and Playwright.
Allure is configured in allure-reporter.js:
In our test reports, we'd like to see the failed steps as FAILED, not BROKEN. I guess this part is responsible for deciding:
https://github.com/allure-framework/allure-js/blob/93f88c26937efd584fcaeade0ed847b1dffbfea3/packages/allure-js-commons/src/utils.ts#L948-L961
Is this configurable?
If not, how would you suggest modifying or overriding this behaviour?
Beta Was this translation helpful? Give feedback.
All reactions