mirror of
https://github.com/documenso/documenso.git
synced 2026-07-10 21:15:15 +10:00
138d663c25
Merge origin/main into feat/external-2fa-codes. Resolve formatting conflicts caused by biome rollout; preserve both feature streams: PR's external 2FA token + signing-session 2FA proof additions plus main's RateLimit/RecipientExpired/signingReminders/date-auto-insert. In complete-document-with-token.ts, drop the duplicate early field-fetching block introduced when main moved that logic later with date auto-insert support; keep the EXTERNAL_TWO_FACTOR_AUTH check using derivedRecipientActionAuth.
29 lines
879 B
JSON
29 lines
879 B
JSON
{
|
|
"name": "@documenso/app-tests",
|
|
"version": "0.0.0",
|
|
"license": "to-update",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test:dev": "NODE_OPTIONS='--import tsx' playwright test",
|
|
"test-ui:dev": "NODE_OPTIONS='--import tsx' playwright test --ui",
|
|
"test:e2e": "NODE_OPTIONS='--import tsx' NODE_ENV=test NEXT_PRIVATE_LOGGER_FILE_PATH=./logs.json 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": "*",
|
|
"@napi-rs/canvas": "^0.1.83",
|
|
"@playwright/test": "1.56.1",
|
|
"@types/node": "^20",
|
|
"@types/pngjs": "^6.0.5",
|
|
"tsx": "^4.20.6",
|
|
"pixelmatch": "^7.1.0",
|
|
"pngjs": "^7.0.0"
|
|
},
|
|
"dependencies": {
|
|
"start-server-and-test": "^2.1.3"
|
|
}
|
|
}
|