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
..
2022-09-19 06:08:40 -07:00
2022-09-20 18:41:51 -07:00
2022-09-15 15:24:01 -07:00
2022-09-20 18:41:51 -07:00
2022-04-18 21:47:18 -07:00
2022-04-21 17:30:17 -07:00
2022-09-21 11:17:36 -07:00
2022-09-09 15:25:42 -07:00
2022-08-18 20:12:33 +02:00
2022-07-14 22:03:37 +02:00
2022-04-18 17:50:25 -07:00
2022-07-27 18:09:55 +02:00
2022-09-16 15:45:52 -07:00
2022-04-06 14:57:14 -07:00
2022-09-13 15:49:04 -07:00
2022-08-04 08:09:54 -07:00
2022-09-21 11:17:36 -07:00
2022-08-16 10:47:33 -07:00
2021-10-11 16:52:17 +02:00
2022-09-15 15:53:18 -07:00
2022-04-07 20:18:22 -07:00
2022-08-02 12:55:43 -07:00
2022-09-14 14:56:28 -07:00
2022-07-29 15:16:07 -07:00
2022-07-08 11:45:44 -07:00
2022-08-23 10:20:56 -07:00
2022-06-10 17:34:21 -07:00
2022-09-14 14:56:28 -07:00
2022-08-04 08:09:54 -07:00
2022-08-08 08:54:56 -07:00
2022-08-18 20:12:33 +02:00
2022-09-14 14:56:28 -07:00