Skip to content

Commit

Permalink
fix: READMEのコマンドオプションを修正し、スナップショット更新の引数を簡略化
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Feb 8, 2025
1 parent afc51d0 commit c97e3e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ fork したリポジトリで Actions を ON にし、workflow_dispatch で`buil
pnpm run test:unit
pnpm run test-watch:unit # 監視モード
pnpm run test-ui:unit # VitestのUIを表示
pnpm run test:unit -- --update # スナップショットの更新
pnpm run test:unit --update # スナップショットの更新
```

> [!NOTE]
Expand All @@ -148,7 +148,7 @@ Electron の機能が不要な、UI や音声合成などの End to End テス
```bash
pnpm run test:browser-e2e
pnpm run test-watch:browser-e2e # 監視モード
pnpm run test-watch:browser-e2e -- --headed # テスト中の UI を表示
pnpm run test-watch:browser-e2e --headed # テスト中の UI を表示
pnpm run test-ui:browser-e2e # Playwright の UI を表示
```

Expand Down Expand Up @@ -216,7 +216,7 @@ pnpm run test-ui:storybook-vrt # Playwright の UI を表示
ローカル PC の OS に対応したもののみが更新されます。

```bash
pnpm run test:browser-e2e -- --update-snapshots
pnpm run test:browser-e2e --update-snapshots
```

### Electron End to End テスト
Expand Down
2 changes: 2 additions & 0 deletions tests/unit/mock/engineMock/__snapshots__/index.spec.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c97e3e5

Please sign in to comment.