- Remove time estimates from test stages
- Add Test Performance Optimization section with:
- Requirement to time tests and investigate outliers
- Common issue: tests awaiting timeouts instead of conditions
- Code example showing bad vs good async waiting patterns
- Guidance on fixture caching and parallelization