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 we're calling Allure.step, we're calling it without second param, which is considered success by default even if the step fails. Example, the below screenshot.
Source of issue,
Solution:
We have to call the step method with the status of the step. Not just for the the above allure logging. This need to be taken care in all the places where we log the allure status.
The text was updated successfully, but these errors were encountered:
Problem:
When we're calling
Allure.step
, we're calling it without second param, which is considered success by default even if the step fails. Example, the below screenshot.Source of issue,
Solution:
We have to call the
step
method with the status of the step. Not just for the the above allure logging. This need to be taken care in all the places where we log the allure status.The text was updated successfully, but these errors were encountered: