mirror of
https://github.com/kou029w/intro-to-software-testing.git
synced 2025-01-18 16:08:00 +00:00
add --headed
This commit is contained in:
parent
2c4e9a0bd8
commit
c27570ede8
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ Microsoft が開発した E2E テストツール
|
|||
```console
|
||||
$ npm i -D playwright @playwright/test # インストール
|
||||
$ npx playwright codegen -o a.test.mjs https://example.com # テストコードの自動生成
|
||||
$ npx playwright test # テストの実行
|
||||
$ npx playwright test --headed # テストの実行
|
||||
```
|
||||
|
||||
---
|
||||
|
|
Loading…
Add table
Reference in a new issue