This commit is contained in:
Andrey Lushnikov 2021-05-18 10:20:46 -07:00 коммит произвёл GitHub
Родитель 4faf3d47fa
Коммит 2c48f1b64d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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). 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: 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 $ 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 ## Usage