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 fb2153a commit 45716d1
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,33 +30,26 @@ Please read https://github.com/shiguredo/oss before use.

## サンプル集

Vite を利用したサンプル集はこちらです。

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

## E2E (End to End) テスト

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

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

### ブラウザでの動作確認
## E2E (End to End) テスト

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

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


## E2EE について

詳細については以下をご確認ください。
Expand Down

0 comments on commit 45716d1

Please sign in to comment.