From 0872dc04c0b0847109cb60b372dbb7eae130bef7 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Tue, 21 Jan 2025 18:26:36 +0900 Subject: [PATCH] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d8dd95..5bf08a1 100644 --- a/README.md +++ b/README.md @@ -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 # テストの実行 ```