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
When I mark a scenario as @Pending(executeSteps = true) then when all steps passed it is marked as "Pending" in the report - this is correct. But when test failed it is marked as "Failed" instead of "Pending".
I use @Pending annotation to mark scenarios that may have issues and are not finished yet so I do not want them to increase the total number of issues in the report.
The text was updated successfully, but these errors were encountered:
When I mark a scenario as
@Pending(executeSteps = true)
then when all steps passed it is marked as "Pending" in the report - this is correct. But when test failed it is marked as "Failed" instead of "Pending".I use
@Pending
annotation to mark scenarios that may have issues and are not finished yet so I do not want them to increase the total number of issues in the report.The text was updated successfully, but these errors were encountered: