mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
24 lines
590 B
JSON
24 lines
590 B
JSON
{
|
|
"name": "@documenso/app-tests",
|
|
"version": "1.0.0",
|
|
"license": "to-update",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test:dev": "playwright test",
|
|
"test-ui:dev": "playwright test --ui",
|
|
"test:e2e": "start-server-and-test \"npm run start -w @documenso/web\" http://localhost:3000 \"playwright test\""
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.18.1",
|
|
"@types/node": "^20.8.2",
|
|
"@documenso/prisma": "*",
|
|
"@documenso/web": "*"
|
|
},
|
|
"dependencies": {
|
|
"start-server-and-test": "^2.0.1"
|
|
}
|
|
}
|