File tree Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 1
1
*** Settings ***
2
2
Suite Setup Run Tests
3
- ... --exitonfailure --critical critical
3
+ ... --exitonfailure --skiponfailure skip-on-failure
4
4
... cli/runner/exit_on_failure.robot misc/suites running/fatal_exception/02__irrelevant.robot
5
5
Resource atest_resource.robot
6
6
@@ -12,9 +12,12 @@ Passing tests do not initiate exit-on-failure
12
12
Check Test Case Passing
13
13
Check Test Case Passing tests do not initiate exit-on-failure
14
14
15
+ Skip-on-failure tests do not initiate exit-on-failure
16
+ Check Test Case Skipped on failure
17
+
15
18
Failing tests initiate exit-on-failure
16
19
Check Test Case Failing
17
- Test Should Have Been Skipped Skipped
20
+ Test Should Have Been Skipped Not executed
18
21
19
22
Tests in subsequent suites are skipped
20
23
Test Should Have Been Skipped SubSuite1 First
Original file line number Diff line number Diff line change 1
- *** Settings ***
2
- Default Tags critical
3
-
4
1
*** Test Cases ***
5
2
Passing
6
3
No Operation
7
4
8
5
Passing tests do not initiate exit-on-failure
9
6
No Operation
10
7
8
+ Skipped on failure
9
+ [Documentation] SKIP
10
+ ... Test failed but its tags matched '--SkipOnFailure' and it was marked skipped.
11
+ ...
12
+ ... Original failure:
13
+ ... Does not initiate exit-on-failure
14
+ [Tags] skip-on-failure
15
+ Fail Does not initiate exit-on-failure
16
+
11
17
Failing
12
- [Documentation] FAIL initiates exit-on-failure
13
- Fail initiates exit-on-failure
18
+ [Documentation] FAIL Initiates exit-on-failure
19
+ Fail Initiates exit-on-failure
14
20
15
- Skipped
21
+ Not executed
16
22
Fail Not executed
You can’t perform that action at this time.
0 commit comments