You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose we have a test result with the following structure:
Test body:
Step - Failed
Substep 1 - Failed
Substep 2 - Failed
Allure Awesome shows the test-level error just fine. But step-level errors are not displayed:
Hence, there is no way to figure out what happened in each separate step. It may be important because it's not guaranteed that step-level errors are the same as test-level ones. Especially when soft assertions are utilized, which is the default in XCTest and Swift testing.
The text was updated successfully, but these errors were encountered:
Suppose we have a test result with the following structure:
Allure Awesome shows the test-level error just fine. But step-level errors are not displayed:
Hence, there is no way to figure out what happened in each separate step. It may be important because it's not guaranteed that step-level errors are the same as test-level ones. Especially when soft assertions are utilized, which is the default in XCTest and Swift testing.
The text was updated successfully, but these errors were encountered: