This commit is contained in:
Nebel 2025-01-21 18:26:36 +09:00
parent 2b058a0cf5
commit 0872dc04c0
Signed by: nebel
GPG key ID: 79807D08C6EF6460

View file

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