add --headed

This commit is contained in:
Nebel 2022-03-01 16:17:33 +09:00
parent 2c4e9a0bd8
commit c27570ede8

View file

@ -308,7 +308,7 @@ Microsoft が開発した E2E テストツール
```console ```console
$ npm i -D playwright @playwright/test # インストール $ npm i -D playwright @playwright/test # インストール
$ npx playwright codegen -o a.test.mjs https://example.com # テストコードの自動生成 $ npx playwright codegen -o a.test.mjs https://example.com # テストコードの自動生成
$ npx playwright test # テストの実行 $ npx playwright test --headed # テストの実行
``` ```
--- ---