diff --git a/docs/hyperexecute-snooper.md b/docs/hyperexecute-snooper.md index 110477a0c..e8cadac2c 100644 --- a/docs/hyperexecute-snooper.md +++ b/docs/hyperexecute-snooper.md @@ -130,7 +130,7 @@ specificTags: ["@tag1","@tag2"] - Discovery can also be customized by passing logical query in the snooper using `query` tag: ```yaml -query: ["((@tag1 or @tag2) and not @tag3)"] +query: "((@tag1 or @tag2) and not @tag3)" ``` - You can also skip the tests that have some specific tags using `ignoredTags`: