mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 22:55:13 +00:00
fix(doc) - Update doc for deflake command (#10829)
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
This commit is contained in:
@@ -50,7 +50,7 @@ Before adding a **new** integration test, you should test it at least 5 times
|
|||||||
with the deflake script to make sure that it is not flaky.
|
with the deflake script to make sure that it is not flaky.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run deflake -- --runs=5 --command="npm run test:e2e -- --test-name-pattern '<your-new-test-name>'"
|
npm run deflake -- --runs=5 --command="npm run test:e2e -- -- --test-name-pattern '<your-new-test-name>'"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Running all tests
|
### Running all tests
|
||||||
|
|||||||
Reference in New Issue
Block a user