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
In RIDE's Run tab there is a colored view displaying pass/fail status and the active keyword during a test run. After the test runs ends I would expect this view to reflect the test run's final status. i.e. all green when all is ok, red when a fail was detected. This is in line with the default background color in the Robot test reports.
In the example below the run's first fail occurs during the final suite teardown. So, the test run failed, but all tests passed. In this situation the bar stays green after the test run, which is misleading:
Test suite used:
*** Settings ***
Suite Teardown Fail always
*** Test Cases ***
just one
no operation
The text was updated successfully, but these errors were encountered:
In RIDE's Run tab there is a colored view displaying pass/fail status and the active keyword during a test run. After the test runs ends I would expect this view to reflect the test run's final status. i.e. all green when all is ok, red when a fail was detected. This is in line with the default background color in the Robot test reports.
In the example below the run's first fail occurs during the final suite teardown. So, the test run failed, but all tests passed. In this situation the bar stays green after the test run, which is misleading:
Test suite used:
The text was updated successfully, but these errors were encountered: