test: standardize naming conventions to snake_case

- Rename demo_event_id → testing_event_id (more explicit)
- Rename demo_account_id → testing_account_id (matches convention)
- Rename demo_badge_id → event_badge_id (descriptive)
- Rename demo_template_id → event_badge_template_id (explicit)
- Update all test files for consistency (15 files)
- Enhance README with organized test data sections
- Update person IDs to match README test data
- No regression: 15 tests passing, 7 pre-existing failures unchanged
This commit is contained in:
Scott Idem
2026-02-26 15:43:31 -05:00
parent 2c289e39de
commit a91c648c61
14 changed files with 176 additions and 156 deletions

View File

@@ -62,7 +62,7 @@ test('detect private/local network requests and PNA preflights', async ({ page }
// CDP not available in this context; continue with high-level capture
}
await page.goto('http://demo.localhost:5173/');
await page.goto('http://demo.localhost:5173/'); // Per README test data
await page.waitForLoadState('networkidle');
// Report findings for easier debugging