From aad0fd9bdf8f52f2ce705fa7d63b2b42036d3343 Mon Sep 17 00:00:00 2001 From: Gustav Ahlberg Date: Sat, 8 Oct 2022 08:03:01 +0200 Subject: [PATCH] docs(class-testconfig): update since version for fullyParallel (#17916) --- docs/src/test-api/class-testconfig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/test-api/class-testconfig.md b/docs/src/test-api/class-testconfig.md index 7eace0f88a..6e98c8631f 100644 --- a/docs/src/test-api/class-testconfig.md +++ b/docs/src/test-api/class-testconfig.md @@ -113,7 +113,7 @@ export default config; ``` ## property: TestConfig.fullyParallel -* since: v1.10 +* since: v1.20 - type: ?<[boolean]> Playwright Test runs tests in parallel. In order to achieve that, it runs several worker processes that run at the same time.