admin-vue3/e2e
DevDengChao 1b9fcc51a1 test: add Playwright E2E test suite as regression safety net
Set up 24 E2E tests covering auth, navigation, user CRUD, permissions,
UI features, and smoke tests using Playwright with API mocking via
page.route(). This provides a safety net before proceeding with
dependency upgrades.

- Add playwright.config.ts with setup project + storageState auth
- Add .env.e2e disabling captcha/tenant/encryption for test mode
- Add e2e/ directory with fixtures, helpers, page objects, and tests
- Add test:e2e scripts to package.json

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 18:49:50 +08:00
..
fixtures test: add Playwright E2E test suite as regression safety net 2026-03-02 18:49:50 +08:00
helpers test: add Playwright E2E test suite as regression safety net 2026-03-02 18:49:50 +08:00
pages test: add Playwright E2E test suite as regression safety net 2026-03-02 18:49:50 +08:00
tests test: add Playwright E2E test suite as regression safety net 2026-03-02 18:49:50 +08:00