docs: update README
This commit is contained in:
Родитель
4faf3d47fa
Коммит
2c48f1b64d
|
@ -4,7 +4,9 @@
|
|||
|
||||
Set up GitHub Actions to run cross-browser tests on Chromium, WebKit and Firefox with [Playwright](https://github.com/microsoft/playwright).
|
||||
|
||||
#### ⚠️ **Important Announcement** ⚠️
|
||||
#### ⚠️ **You probably don't need github-playwright-action** ⚠️
|
||||
|
||||
**We recommend using Playwright CLI instead of this action**.
|
||||
|
||||
Since v1.8.0 Playwright [includes CLI](https://playwright.dev/docs/next/cli#install-system-dependencies) that installs all required browser dependencies. To install dependencies with CLI:
|
||||
|
||||
|
@ -13,7 +15,7 @@ $ npx playwright install-deps # install dependencies for all browsers
|
|||
$ npx playwright install-deps chromium # install dependencies for Chromium only
|
||||
```
|
||||
|
||||
**We recommend using Playwright CLI instead of this action**. If something doesn't work, please [let us know](https://github.com/microsoft/playwright/issues/new)!
|
||||
If something doesn't work, please [let us know](https://github.com/microsoft/playwright/issues/new)!
|
||||
|
||||
|
||||
## Usage
|
||||
|
|
Загрузка…
Ссылка в новой задаче