We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f05ae8 commit 2cf3a87Copy full SHA for 2cf3a87
examples/prisma/e2e/playwright.dev.config.ts
@@ -0,0 +1,6 @@
1
+import { configurePlaywright } from "../../common/config-e2e";
2
+
3
+export default configurePlaywright("prisma", {
4
+ isCI: !!process.env.CI,
5
+ isWorker: false,
6
+});
0 commit comments