Skip to content

Commit b7da265

Browse files
feat: update tests flag in normalization (#716)
Signed-off-by: Asish Kumar <[email protected]>
1 parent 9344a0b commit b7da265

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versioned_docs/version-3.0.0/running-keploy/cli-commands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,10 +295,10 @@ keploy normalize [flags]
295295
keploy normalize -p "./tests" --test-run "test-run-10"
296296
```
297297

298-
- `--tests string` - by default normalization considers all the testcases for normalization but if user want to normalize only few particular testcases this flag can be used
298+
- `--tests string` - by default normalization considers all the testcases for normalization but if user want to normalize only few particular testcases or testsets this flag can be used
299299

300300
```bash
301-
keploy normalize -p "./tests" --test-run "test-run-10" --tests "test-set-1:test-case-1 test-case-2,test-set-2:test-case-1 test-case-2"
301+
keploy normalize -p "./tests" --test-run "test-run-10" --tests "test-set-1:test-1 test-2, test-set-2, test-set-3, test-set-4:test-3"
302302
```
303303

304304
- `--allow-high-risk` - Allow normalization of high-risk test failures. This flag overrides the default safe behavior and updates all failed tests, including those with breaking changes.

0 commit comments

Comments
 (0)