Hello, the test suite works locally as well! It uses the same connection as your dev database, however, it uses a different (random) postgres schema each time. When you're using prisma in a web server you'll likely be using the "default" schema so your data will not be affected since we generate a random UUID for the schema name. See this code: github.com/ludicroushq/prisma-integration-test-ex…mocks/index.ts#L16-L19