https://github.com/bonji-396/notes-about-webapplication-testing
Webアプリケーションテストについてのノート(主にTypeScriptでの利用を想定)
https://github.com/bonji-396/notes-about-webapplication-testing
e2e-testing front-end-testing jest typescript ui-components ui-testing unit-testing visualregression
Last synced: about 2 months ago
JSON representation
Webアプリケーションテストについてのノート(主にTypeScriptでの利用を想定)
- Host: GitHub
- URL: https://github.com/bonji-396/notes-about-webapplication-testing
- Owner: bonji-396
- Created: 2025-03-24T18:02:40.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-02T01:28:31.000Z (about 2 months ago)
- Last Synced: 2025-04-02T02:30:31.811Z (about 2 months ago)
- Topics: e2e-testing, front-end-testing, jest, typescript, ui-components, ui-testing, unit-testing, visualregression
- Language: TypeScript
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webアプリケーションテスト(TypeScript)
- [テストについて](docs/about-the-test.md)
- [テスト戦略](docs/test-strategy.md)
- [Jest](docs/jest/index.md)
- [Jestとは](docs/Jest/about-Jest.md)
- [例外処理のテスト](docs/Jest/exception-handling-test.md)
- [テストの構造化](docs/Jest/structuring-tests.md)
- [パラメータライズテスト](docs/Jest/parameterized-tests.md)
- [モックを使ったテスト](docs/Jest/testing-with-mocks.md)
- [UI テスト](docs/ui-test/index.md)
- [UI テストとは](docs/ui-test/about-ui-test.md)
- [UI コンポーネントテスト](docs/ui-test/ui-component-test/index.md)
- UIコンポーネントテストとは
- [UIコンポーネントテスト(React + TypeScript + Vite + Jest)](docs/ui-test/ui-component-test/react-jest.md)
- UIコンポーネントテスト(Angular + TypeScript + Jest)
- UIコンポーネントテスト(フレームワークなし TypeScript + Jest)
- ビジュアルリグレッションテスト
- [ビジュアルリグレッションテストとは](docs/visual-regression-testing/about-visual-regression-testing.md)
- [Storybook とは](docs/visual-regression-testing/storybook.md)
- Storybook を使った ビジュアルリグレッションテスト
- バックエンドのテスト
- リポジトリ
- ロジック
- サービス
- コントローラ
- 結合
- フロントエンドのテスト
- E2E Test