allure-js
allure-js copied to clipboard
Allure marks tests as Broken instead of Failed and Skipped
From a X number of test cases in Cypress, where the run failed in the beforeEach statement the Cypress will result in 1 Failed test case and X-1 Skipped test cases. In Allure I've got X number of Broken test cases.
In Allure the results should be identically as it is in Cypress results.
I'm getting the same problem after update from 2.15.1 version to 3.2.0 The most recent version in which this defect does not occur is 3.0.5
@baev
Linking possibly related comment from a similar Jest issue not to lose sight of it