Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`