Fix playwright command examples. (#3312)

This commit is contained in:
Jason Robbins 2023-09-08 08:08:34 -07:00 коммит произвёл GitHub
Родитель 81d405aac2
Коммит 404a3ae89b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -74,13 +74,13 @@ your change of the test files.
To run the Playwright visual tests (aka end-to-end tests), the command to use is:
```bash
npm run pwtests --packages/playwright
npm run pwtests --workspace=playwright
```
If there are errors, or if you need to update any of the screeenshot images,
you can update all images for all tests with:
```bash
npm run pwtests-update --packages/playwright
npm run pwtests-update --workspace=playwright
```
Then check the `packages/playwright/test-results` directory for any changes.