Skip to content

Commit

Permalink
説明を整理
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Feb 22, 2024
1 parent d2c81ed commit 98e519c
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,27 @@ Vite を利用したサンプル集はこちらです。

https://github.com/shiguredo/sora-js-sdk-samples

## サンプル
## E2E (End to End) テスト

Playwright を利用した E2E テストを実行できます。

```
# .env.local を作成して適切な値を設定してください
$ cp sample.env .env.local
$ cp .env.template .env.local
$ pnpm install
$ pnpm run dev
$ pnpm exec playwright install chromium --with-deps
$ pnpm run e2e-test
```

## E2E テスト
### ブラウザでの動作確認

E2E テスト用の MPA (Multi-Page Application) を利用してブラウザで動作確認を行うことができます。

```
# .env.local を作成して適切な値を設定してください
$ cp sample.env .env.local
$ cp .env.template .env.local
$ pnpm install
$ pnpm exec playwright install --with-deps
$ pnpm run e2e-test
$ pnpm run dev
```

## E2EE について
Expand Down

0 comments on commit 98e519c

Please sign in to comment.