File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
*** Settings ***
2
2
Suite Setup Run With Custom Statuses
3
3
Resource atest_resource.robot
4
- Force Tags lol
5
4
6
5
*** Variables ***
7
6
${ADDSTATUS } --AddStatus WIP:PASS:wip:blue --addstatus KNOWN-ISSUE:FAIL:known-*:purple --ADDSTATUS NON-CRITICAL:SKIP:non-criticalNOTwip:pink --log log.html
Original file line number Diff line number Diff line change 284
284
matching rules as with
285
285
`--removekeywords tag:<pattern>`
286
286
--addstatus for|foritem|<NEWSTATUS:OLDSTATUS:TAGPATTERN:COLOR> *
287
- Allows the possibility to create custom statuses based
288
- on existing statues and tags.
289
- Examples: --addstatus KNOWN_ISSUE:FAIL:bug-id-*:purple
290
- --addstatus NON-CRITICAL:SKIP:non-critical:pink --skiponfailure non-critical
287
+ Allows the possibility to create custom statuses
288
+ based on existing statues and tags.
289
+ Examples:
290
+ --addstatus KNOWN_ISSUE:FAIL:bug-id-*:purple
291
+ --addstatus NON-CRITICAL:SKIP:non-critical:pink
291
292
New in RF 4.x
292
293
--listener class * A class for monitoring test execution. Gets
293
294
notifications e.g. when tests start and end.
You can’t perform that action at this time.
0 commit comments