Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/molebox/prisma-docker-integration-tests-example
https://github.com/molebox/prisma-docker-integration-tests-example
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/molebox/prisma-docker-integration-tests-example
- Owner: molebox
- Created: 2021-04-28T09:51:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-27T06:28:27.000Z (over 3 years ago)
- Last Synced: 2023-03-02T21:17:00.743Z (over 1 year ago)
- Language: TypeScript
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Prisma integration test example
An example of doing integration tests with Prisma and Docker## Setup
You will need to have [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/) installed on your machine.
- Clone the repo `git clone https://github.com/molebox/prisma-docker-integration-tests-example.git`
- Install deps `yarn`
- Run container and test `yarn test`