Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Playwrite test optimization #110

Open
calldelegation opened this issue Nov 14, 2023 · 0 comments
Open

feature: Playwrite test optimization #110

calldelegation opened this issue Nov 14, 2023 · 0 comments

Comments

@calldelegation
Copy link
Contributor

calldelegation commented Nov 14, 2023

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

  1. 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.
@calldelegation calldelegation changed the title Playwrite test optimization feature: Playwrite test optimization Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant