How to stop Robot Framework test execution if first testcase FAIL?
问题 As shown in below robot file, I have three testcases. I want to stop the test execution, if TESTCASE1 fails. TESTCASE2 should be executed only if TESTCASE1 passes. *** Settings *** Library pythonLib *** Test cases *** TESTCASE1 boot device TESTCASE2 configure device TESTCASE3 restart device Is there any keyword or custom way to do this ? 回答1: There is a command line option for this, if you want the behavior that robot should stop running as soon as any test fails. This option is -