mirror of
https://github.com/documenso/documenso.git
synced 2025-11-09 20:12:31 +10:00
27 lines
827 B
JSON
27 lines
827 B
JSON
{
|
|
"name": "@documenso/app-tests",
|
|
"version": "0.0.0",
|
|
"license": "to-update",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test:dev": "NODE_OPTIONS=--experimental-require-module playwright test",
|
|
"test-ui:dev": "NODE_OPTIONS=--experimental-require-module playwright test --ui",
|
|
"test:e2e": "NODE_OPTIONS=--experimental-require-module NODE_ENV=test start-server-and-test \"npm run start -w @documenso/remix\" http://localhost:3000 \"playwright test $E2E_TEST_PATH\""
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"devDependencies": {
|
|
"@documenso/lib": "*",
|
|
"@documenso/prisma": "*",
|
|
"@playwright/test": "1.52.0",
|
|
"@types/node": "^20",
|
|
"@types/pngjs": "^6.0.5",
|
|
"pixelmatch": "^7.1.0",
|
|
"pngjs": "^7.0.0"
|
|
},
|
|
"dependencies": {
|
|
"start-server-and-test": "^2.0.12"
|
|
}
|
|
}
|