# v2.5.1 Deep Gap Tests Added This release extends the SQLite-first v2.5 merged suite with additional ERP gap tests. Added automated cases: 302 New spec files: - tests/api-auth-rbac.spec.js (35 cases) - tests/audit-logs.spec.js (20 cases) - tests/billing-business-rules.spec.js (27 cases) - tests/document-security-deep.spec.js (28 cases) - tests/email-integration.spec.js (26 cases) - tests/employee-hr-business-rules.spec.js (20 cases) - tests/marketplace-leads.spec.js (22 cases) - tests/notice-case-business-rules.spec.js (23 cases) - tests/platform-billing.spec.js (35 cases) - tests/system-settings-tenancy.spec.js (36 cases) - tests/work-lifecycle-e2e.spec.js (30 cases) SQLite import now loads both: - data/v2_5_test_cases.json - data/v2_5_1_test_cases.json Do not run with `--reporter=list`; allow `playwright.config.js` to load the SQLite reporter. Recommended run: ```bash npm run db:import-cases npx playwright test --workers=1 npm run db:summary npm run db:export-json npm run db:export-excel ```