docs(class-testconfig): update since version for fullyParallel (#17916)

This commit is contained in:
Gustav Ahlberg 2022-10-08 08:03:01 +02:00 committed by GitHub
parent afe23ffa73
commit aad0fd9bdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ export default config;
``` ```
## property: TestConfig.fullyParallel ## property: TestConfig.fullyParallel
* since: v1.10 * since: v1.20
- type: ?<[boolean]> - type: ?<[boolean]>
Playwright Test runs tests in parallel. In order to achieve that, it runs several worker processes that run at the same time. Playwright Test runs tests in parallel. In order to achieve that, it runs several worker processes that run at the same time.