We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcbefa4 commit cf0e9a1Copy full SHA for cf0e9a1
atest/robot/cli/dryrun/if.robot
@@ -11,4 +11,7 @@ ELSE IF is not executed in dry run
11
Check Test Case ${TESTNAME}
12
13
ELSE is not executed in dry run
14
+ Check Test Case ${TESTNAME}
15
+
16
+Dryrun fail inside of IF
17
atest/testdata/cli/dryrun/if.robot
@@ -14,6 +14,13 @@ ELSE is not executed in dry run
Recursive else call again
This is validated
18
+ [Documentation] FAIL Keyword 'resource.Anarchy in the UK' expected 3 arguments, got 2.
19
+ IF 'something' == 'thing'
20
+ Anarchy in the UK 1 2
21
+ END
22
+ This is validated
23
24
*** Keywords ***
25
Recursive if
26
[Arguments] ${arg}
0 commit comments