Skip to content

Commit 35751f2

Browse files
authored
Merge pull request LambdaTest#960 from amanchopra1905/stage
query command update
2 parents f97d676 + 87bcea0 commit 35751f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hyperexecute-snooper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ specificTags: ["@tag1","@tag2"]
130130
- Discovery can also be customized by passing logical query in the snooper using `query` tag:
131131

132132
```yaml
133-
query: ["((@tag1 or @tag2) and not @tag3)"]
133+
query: "((@tag1 or @tag2) and not @tag3)"
134134
```
135135

136136
- You can also skip the tests that have some specific tags using `ignoredTags`:

0 commit comments

Comments
 (0)