We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566ee4c commit 319f718Copy full SHA for 319f718
1 file changed
README.md
@@ -37,13 +37,13 @@ playwright-demo/
37
### 1. 依存関係のインストール
38
39
```bash
40
-npm install
+npm i
41
```
42
43
### 2. Playwrightブラウザのインストール
44
45
46
-npm run install-playwright
+npm init playwright@latest
47
48
49
### 3. 開発サーバーの起動
@@ -68,18 +68,6 @@ npm test
68
npm run test:headed
69
70
71
-### インタラクティブなテストUI
72
-
73
-```bash
74
-npm run test:ui
75
-```
76
77
-### デバッグモード
78
79
80
-npm run test:debug
81
82
83
## 📝 実装されているテスト
84
85
### 1. ページ読み込み時のエラーチェック (`page-load-errors.spec.js`)
0 commit comments