From c27570ede83d160486f7e26648aeacdd2bb52162 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Tue, 1 Mar 2022 16:17:33 +0900 Subject: [PATCH] add --headed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ddacc8..3265144 100644 --- a/README.md +++ b/README.md @@ -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 # テストの実行 ``` ---