feature: Playwrite test optimization
Open
- Dominant language
- TypeScript
- Stars
- 124
- Forks
- 78
- Avg merge
- 22h 9m
- Merged PRs (30d)
- 6
Description
**Optimization Strategies for Playwright Tests**
~~1. **Parallel Execution**: Currently, Playwright tests utilize only one worker in a single-threaded mode. However, these tests are capable of running in parallel. Implementing parallel execution can significantly reduce the overall test execution time.~~
Solved by #55
3. **Reduced Action Timeouts**: The current configuration includes a generous time limit for each action. Optimizing these timeouts—reducing them to the minimum necessary duration—can accelerate test completion without compromising on reliability.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.