nxtgauge-admin-solid/tests/e2e
Ashwin Kumar 08f0cb6402 feat: comprehensive testing infrastructure
- Add vitest with solid plugin, coverage, jsdom environment
- Create MSW mocks for API responses in test setup
- Add unit test for ProfessionAdminListPage
- Add Playwright accessibility and visual regression configs
- Add sample accessibility and visual tests
- Add ESLint + Prettier configs with SolidJS rules
- Update scripts: test, test:coverage, test:accessibility, test:visual
- Add .gitignore entries for coverage, test-results, playwright-report, .vitest
- Install required dev dependencies: vitest, @solidjs/testing-library, msw, eslint, prettier, typescript, @axe-core/playwright, etc.
- Create .github/workflows/ci.yml with lint, test, coverage, e2e, accessibility, visual checks

This sets up full testing pipeline for admin frontend.
2026-04-08 02:38:17 +02:00
..
visual feat: comprehensive testing infrastructure 2026-04-08 02:38:17 +02:00
accessibility.spec.ts feat: comprehensive testing infrastructure 2026-04-08 02:38:17 +02:00
admin-auth.spec.ts test(auth): add admin auth split unit+e2e coverage 2026-03-20 22:37:17 +01:00
admin-visual.spec.ts chore: sync local changes 2026-03-26 20:58:39 +01:00
external-role-screenshots.spec.ts chore: sync latest dashboard and role flow updates 2026-04-05 16:52:01 +02:00
external-roles-onboarding-dashboard.spec.ts chore: sync latest dashboard and role flow updates 2026-04-05 16:52:01 +02:00
external-user-flow.spec.ts chore: sync latest dashboard and role flow updates 2026-04-05 16:52:01 +02:00
management-parity.spec.ts chore: sync latest dashboard and role flow updates 2026-04-05 16:52:01 +02:00
storybook-admin-pages.spec.ts chore: sync latest dashboard and role flow updates 2026-04-05 16:52:01 +02:00