26 lines
1.0 KiB
JSON
26 lines
1.0 KiB
JSON
{
|
|
"name": "playwright-full-erp-uat-vapt-suite-v2-3",
|
|
"version": "2.4.1",
|
|
"private": true,
|
|
"description": "Full Excel-mapped UAT + VAPT suite for Audit Firm ERP with v2.0.4 hardening, v2.4 FY-lock scaffolding, matrix-reconciled checklist, and IMAP OTP support.",
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:excel": "playwright test tests/full-excel-variants.spec.js",
|
|
"test:vapt": "playwright test tests/vapt-targeted.spec.js",
|
|
"test:seed-check": "node scripts/check-seed-requirements.js",
|
|
"matrix": "node scripts/print-matrix-summary.js",
|
|
"update:excel": "node scripts/update-excel-results.js",
|
|
"report:json": "node scripts/merge-results.js",
|
|
"show-report": "playwright show-report",
|
|
"test:v204": "playwright test tests/v204-security-additions.spec.js",
|
|
"test:all": "playwright test",
|
|
"test:fy": "playwright test tests/fy-lock-backup.spec.js"
|
|
},
|
|
"dependencies": {
|
|
"@playwright/test": "^1.48.2",
|
|
"dotenv": "^16.4.5",
|
|
"imapflow": "^1.4.2",
|
|
"xlsx": "^0.18.5"
|
|
}
|
|
}
|