Skip to content

hamproductions/react-testing-playground

Repository files navigation

React Testing Playground

テスティングにまつわる、テンプレート的なレポジトリです。

スタック

  • React (19), Next.js
  • park-ui, pandacss
  • Storybook, Vitest

コマンド

詳しく./package.jsonに参照してください。

  • インストール:bun i

  • Next.jsアプリを立ち上がる:bun dev

  • テストを開発する: bun test:ui

  • テストを実行する: bun run test

  • Coverage付きテスト: bun run test:ci

  • Storybook: bun storybook

  • lint: bun lint

  • type-check: bun type-check

  • 全部チェックする: bun check

参考できるところ (?)

  • package.json
  • Github Actions
  • vitest.config.ts
  • vitest-setup.ts
  • msw設定
  • eslint
  • prettier

リンク集

やること

  • Setup Test(設定)
  • Basic Test
  • Unit Test(ユニットテスト)
  • UI Test(UIテスト)
  • Integration Testing(統合テスト)
  • Mocking Package
  • Mocking Requests
  • Storybook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published