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 3baec00 commit 67042e0Copy full SHA for 67042e0
commander_unix.yaml
@@ -99,4 +99,15 @@ tests:
99
not-contains:
100
- should be ignored
101
- executed at the beginning is ignored
102
+ exit-code: 0
103
+
104
+ test mulitple filters:
105
+ command: ./commander test integration/unix/filter_test.yaml --filter="executed$,should be ignored"
106
+ stdout:
107
+ contains:
108
+ - ✓ [local] should be executed
109
+ - ✓ [local] should also be executed
110
+ - ✓ [local] should be ignored
111
+ not-contains:
112
+ - executed at the beginning is ignored
113
exit-code: 0
0 commit comments