Skip to content

Commit 319f718

Browse files
committed
updated README
1 parent 566ee4c commit 319f718

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ playwright-demo/
3737
### 1. 依存関係のインストール
3838

3939
```bash
40-
npm install
40+
npm i
4141
```
4242

4343
### 2. Playwrightブラウザのインストール
4444

4545
```bash
46-
npm run install-playwright
46+
npm init playwright@latest
4747
```
4848

4949
### 3. 開発サーバーの起動
@@ -68,18 +68,6 @@ npm test
6868
npm run test:headed
6969
```
7070

71-
### インタラクティブなテストUI
72-
73-
```bash
74-
npm run test:ui
75-
```
76-
77-
### デバッグモード
78-
79-
```bash
80-
npm run test:debug
81-
```
82-
8371
## 📝 実装されているテスト
8472

8573
### 1. ページ読み込み時のエラーチェック (`page-load-errors.spec.js`)

0 commit comments

Comments
 (0)