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-14 19:51:22 -07:00
2022-08-18 20:12:33 +02:00
2022-08-02 12:55:43 -07:00
2022-09-21 11:17:36 -07:00
2022-06-30 21:17:08 +02:00
2022-08-29 15:46:34 -07:00
2022-09-16 11:17:35 -07:00
2022-07-28 14:46:21 -07:00
2022-06-30 17:05:08 -07:00
2022-08-05 15:24:30 -07:00
2022-09-01 05:34:36 -07:00
2022-09-12 09:27:53 -07:00
2022-09-21 10:56:17 -07:00
2022-08-03 15:25:25 -07:00
2022-08-02 12:55:43 -07:00
2022-06-30 17:03:01 -07:00
2022-07-01 10:20:13 -07:00
2022-09-07 15:57:20 -07:00
2022-09-15 15:24:01 -07:00
2022-07-12 16:14:48 -07:00
2022-08-31 21:51:38 -07:00
2022-09-07 19:15:04 -07:00
2022-08-02 12:55:43 -07:00
2022-08-05 09:20:39 -07:00
2022-08-02 12:55:43 -07:00
2022-08-15 09:28:55 -07:00
2022-09-13 15:49:04 -07:00
2022-08-30 20:03:21 -07:00
2022-08-19 16:42:21 -07:00
2022-07-13 15:11:56 -07:00
2022-09-14 15:25:24 -07:00
2022-08-18 20:12:33 +02:00
2022-08-01 09:01:23 -07:00
2022-08-09 21:16:27 -07:00
2022-08-09 21:17:30 -07:00
2022-07-12 14:47:14 -07:00
2022-07-28 12:57:05 -07:00
2022-08-18 20:12:33 +02:00
2022-07-27 20:17:19 -07:00
2022-07-26 13:38:25 -07:00
2022-07-29 15:16:07 -07:00
2022-07-08 11:45:44 -07:00
2022-09-13 15:49:04 -07:00
2022-07-29 15:16:07 -07:00
2022-08-10 12:48:37 -07:00