playwright/tests
Jean-François Greffier a15fe50e7b
feat(test runner): workers as percentage (#17400)
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%',
}
```
2022-09-21 11:17:36 -07:00
..
android test: add initial webview2 tests (#16827) 2022-09-07 20:09:22 +02:00
assets test: repro for spaces in filename for input (#17452) 2022-09-20 12:58:26 -07:00
components feat(ct): svelte mount type (#17228) 2022-09-12 09:30:04 -07:00
config chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
electron test: fix Electron tests (#17180) 2022-09-08 09:11:47 +02:00
installation chore(docker): address docker offline comments (#17377) 2022-09-15 15:48:12 -07:00
library chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
page chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
playwright-test feat(test runner): workers as percentage (#17400) 2022-09-21 11:17:36 -07:00
stress fix(leak): do not retain test fixtures in worker fixtures (#14363) 2022-05-23 16:54:56 -07:00
webview2 test: add initial webview2 tests (#16827) 2022-09-07 20:09:22 +02:00
index.d.ts test: added tests for WebSocket over Socks proxy (#7235) 2021-06-24 18:50:16 +02:00
tsconfig.json chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00