From 20c833bc1860b1083ab9a9af37cbe38860705dc1 Mon Sep 17 00:00:00 2001 From: Gianluca Date: Wed, 8 Jun 2022 11:48:47 +0200 Subject: [PATCH] feat: add double quote in service options --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bdae5d4..b8be504 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ Required: `true` A descriptive name for the test run. -Example: `FE regression tests run` +Example: `"FE regression tests run"` Type: `string` @@ -165,7 +165,7 @@ Custom regular expression to match the testCaseId from tag or title test case. Type: `string` -Default: `/@?[cC](\d+)/g` +Default: `"@?[cC](\d+)"` Required: `false`