Description
Add E2E tests for critical user flows using Playwright.
Proposal
- Test critical flows: text generation, voice management, model download, authentication
- CI integration with GitHub Actions
- Visual regression testing for key UI components
- Test against multiple backends (at least one lightweight backend like Piper)
- Fixtures for test data (sample voices, short texts)
Motivation
The project currently has no E2E tests. As features grow, automated testing of critical paths prevents regressions and increases confidence in releases.
Description
Add E2E tests for critical user flows using Playwright.
Proposal
Motivation
The project currently has no E2E tests. As features grow, automated testing of critical paths prevents regressions and increases confidence in releases.