mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-13 17:14:02 +03:00
a15fe50e7b
Allows to set workers as a percentage of logical CPUs, for example "50%". Examples : ```bash npx playwright test --workers 3 npx playwright test --workers 50% ``` ```js const config: PlaywrightTestConfig = { // ... workers: '33%', } ``` |
||
---|---|---|
.. | ||
android | ||
assets | ||
components | ||
config | ||
electron | ||
installation | ||
library | ||
page | ||
playwright-test | ||
stress | ||
webview2 | ||
index.d.ts | ||
tsconfig.json |