mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
71fbd2454e
Prior to this change, we were pre-maturely stopping a worker (since it was deemed redundant under a race condition), and then we immediately created a new worker with the same hash to finish off the test run. The worker creation is expensive, so this slowed down the overall test run time. See the following for logs of the old code illustrating the extra stops and starts: https://gist.github.com/rwoll/1c592ed9e8f9169274fa972674de6703 |
||
---|---|---|
.. | ||
src | ||
types | ||
.npmignore | ||
cli.js | ||
index.d.ts | ||
index.js | ||
index.mjs | ||
package.json | ||
README.md | ||
reporter.d.ts | ||
reporter.js | ||
reporter.mjs |
@playwright/test
This package contains Playwright Test. A test-runner for writing idiomatic and reliable end-to-end tests with Playwright.