During the test execution when you will passed last step whole test run will be automatically closed
During test execution, when the last step is marked as passed, the entire test run is automatically closed. However, there should be a verification process in place to ensure that the system doesn't allow the test run to close unless all steps, including those prior to the last step, have passed.
I would like to request a change where Retina checks if all steps, not just the final one, are marked as passed or failed. The test execution should not be closed if at least one step is still incomplete or failed, even if the last step is marked as passed or failed.

