Skip to content

自動テスト #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
4 of 19 tasks
suzukalight opened this issue Sep 27, 2020 · 0 comments
Open
4 of 19 tasks

自動テスト #28

suzukalight opened this issue Sep 27, 2020 · 0 comments

Comments

@suzukalight
Copy link
Owner

suzukalight commented Sep 27, 2020

  • ユニットテスト (default test size: Small)
    • schema: eslint-plugin-graphql (schema)
    • common: ts-jest
    • domain-model: ts-jest
      • entity
      • usecase
    • backend: ts-jest
      • repository (Medium)
      • presenter
    • frontend
      • ts-jest
      • storybook
  • 結合テスト (default test size: Medium)
    • コンテキスト内の統合テスト
      • frontend: react-testing-library
      • backend: apollo-server-testing w/SQLite mock database
    • コンテキスト間の結合テスト
      • frontend: react-testing-library w/ apollo-server-mock
      • domain+backend: API testing
  • E2Eテスト
    • usecaseごとのテスト / dockerで環境ごと構築してテストできると良い
      • all: cypress/puppeteer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant