@@ -514,11 +514,14 @@ def all(
514
514
Discover suites, tests, tasks with the selected configuration,
515
515
profiles, options and arguments.
516
516
517
+ You can use all known `robot` arguments to filter for example by tags or to use pre-run-modifier.
518
+
517
519
\b
518
520
Examples:
519
521
```
520
522
robotcode discover all
521
523
robotcode --profile regression discover all
524
+ robotcode --profile regression discover all --include regression --exclude wipANDnotready
522
525
```
523
526
"""
524
527
@@ -583,11 +586,14 @@ def tests(
583
586
Discover tests with the selected configuration, profiles, options and
584
587
arguments.
585
588
589
+ You can use all known `robot` arguments to filter for example by tags or to use pre-run-modifier.
590
+
586
591
\b
587
592
Examples:
588
593
```
589
594
robotcode discover tests
590
595
robotcode --profile regression discover tests
596
+ robotcode --profile regression discover tests --include regression --exclude wipANDnotready
591
597
```
592
598
"""
593
599
@@ -627,11 +633,14 @@ def suites(
627
633
Discover suites with the selected configuration, profiles, options and
628
634
arguments.
629
635
636
+ You can use all known `robot` arguments to filter for example by tags or to use pre-run-modifier.
637
+
630
638
\b
631
639
Examples:
632
640
```
633
641
robotcode discover suites
634
642
robotcode --profile regression discover suites
643
+ robotcode --profile regression discover suites --include regression --exclude wipANDnotready
635
644
```
636
645
"""
637
646
@@ -683,6 +692,8 @@ def tags(
683
692
Discover tags with the selected configuration, profiles, options and
684
693
arguments.
685
694
695
+ You can use all known `robot` arguments to filter for example by tags or to use pre-run-modifier.
696
+
686
697
\b
687
698
Examples:
688
699
```
0 commit comments