Initial Playwright ERP UAT VAPT test suite v2.4.1 IMAP

This commit is contained in:
A R R R Associates
2026-06-22 12:52:00 +05:30
parent 970d5df926
commit 865f19cb84
29 changed files with 26786 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"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"
}
}