From 87bcea0487736d2e52e5afae62fcfbc3cb3a5274 Mon Sep 17 00:00:00 2001 From: amanchopra1905 Date: Fri, 20 Sep 2024 17:43:43 +0530 Subject: [PATCH] query command update --- docs/hyperexecute-snooper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`: