Skip to content

Commit

Permalink
Merge pull request #22 from gemini-testing/sipayRT.doc_cdp
Browse files Browse the repository at this point in the history
chore: fix example with cdp tests run
  • Loading branch information
sipayRT authored Aug 7, 2024
2 parents f893306 + 724c1e5 commit b483888
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docs/guides/how-to-use-cdp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,10 @@ module.exports = {

После этого все последующие запуски будут выполняться в вашем локально установленном Хроме.

Но если вам нужно запустить браузер с поддержкой CDP один раз, то удобнее переопределить эту опцию с помощью переменной окружения:
Но если вам нужно запустить браузер с поддержкой CDP один раз, то удобнее использовать специальную CLI-опцию:

```bash
testplane_browsers_chrome_automation_protocol=devtools npx testplane ...
```

Или задать её в виде опции CLI:

```bash
npx testplane ... --browsers-chrome-automation-protocol=devtools
npx testplane ... --devtools
```

## Удаленное использование {#remote_usage}
Expand Down

0 comments on commit b483888

Please sign in to comment.