k-kbot / praha-challenge-template

praha challengeでddd特大課題のサンプル実装を作成してみる
0 stars 0 forks source link

GitHub ActionsでAPIのITを実行する #5

Open k-kbot opened 2 years ago

k-kbot commented 2 years ago

Prisma: Integration testing

k-kbot commented 2 years ago

How to run integration tests with PostgreSQL and Prisma on GitHub Actions https://gist.github.com/2color/537f8ef13ecec80059abb007839a6878

k-kbot commented 2 years ago

https://github.com/k-kbot/praha-challenge-template/blob/4a32d22f7e5e55827d2a0b5b5cb7afe01f84ae44/backend/package.json#L28

k-kbot commented 2 years ago

PostgreSQLサービスコンテナの作成 https://docs.github.com/ja/actions/using-containerized-services/creating-postgresql-service-containers

k-kbot commented 2 years ago

https://github.com/k-kbot/praha-challenge-template/blob/4a32d22f7e5e55827d2a0b5b5cb7afe01f84ae44/backend/jest.integration.config.js#L6

k-kbot commented 2 years ago

NestJS Testing https://docs.nestjs.com/fundamentals/testing