Skip to content

Commit e37d4ad

Browse files
committed
documented the behaviour that no-continue-on-failure does not change treatment of continuable keywords
1 parent 6878199 commit e37d4ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/userguide/src/ExecutingTestCases/TestExecution.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ Thus, the following two test cases `Test 1` and `Test 2` behave identically:
396396
Log this message is logged
397397

398398
The continue-on-failure behaviour "inherited" by user keywords can be overriden
399-
using the reserved `robot:no-continue-on-failure` tag in the user keyword. Using
399+
using the reserved `robot:no-continue-on-failure` tag in the user keyword. Using
400400
the above example, setting it on User Keyword 2 would not log the message:
401401

402402
.. sourcecode:: robotframework
@@ -407,6 +407,8 @@ the above example, setting it on User Keyword 2 would not log the message:
407407
Should be Equal 3 4
408408
Log this message is NOT logged
409409

410+
The `robot:no-continue-on-failure` does not change the treatment of
411+
continuable keywords, those are still continuable, despite the tag.
410412

411413
These tags also influence continue-on-failure in FOR loops.
412414
The below test case will execute the test 10 times, no matter if

0 commit comments

Comments
 (0)