feat: add playwright

This commit is contained in:
pit
2023-10-03 09:53:47 +01:00
committed by Mythie
parent 702df60076
commit 00546c1290
8 changed files with 555 additions and 15 deletions

View File

@ -14,9 +14,7 @@
"dx": "npm i && npm run dx:up && npm run prisma:migrate-dev",
"dx:up": "docker compose -f docker/compose-services.yml up -d",
"dx:down": "docker compose -f docker/compose-services.yml down",
"prisma:migrate-dev": "npm run with:env -- npm run prisma:migrate-dev -w @documenso/prisma",
"prisma:migrate-deploy": "npm run with:env -- npm run prisma:migrate-deploy -w @documenso/prisma",
"with:env": "dotenv -e .env -e .env.local --"
"ci": "turbo run build test:e2e lint"
},
"engines": {
"npm": ">=8.6.0",