From ecb71537fd7c4a73e16441f4675bcd56c7cbf875 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Mon, 1 Apr 2024 11:08:24 -0700 Subject: [PATCH] Add computed fields to FullConfig --- docs/src/test-api/class-fullconfig.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/src/test-api/class-fullconfig.md b/docs/src/test-api/class-fullconfig.md index 767e9aaa43..940bc79179 100644 --- a/docs/src/test-api/class-fullconfig.md +++ b/docs/src/test-api/class-fullconfig.md @@ -2,6 +2,12 @@ * since: v1.10 * langs: js +## property: FullConfig.configFile +* since: v1.20 +- type: ?<[string]> + +Path to the configuration file (if any) used to run the tests. + ## property: FullConfig.forbidOnly * since: v1.10 - type: ?<[boolean]> @@ -90,6 +96,10 @@ See [`property: TestConfig.reporter`]. See [`property: TestConfig.reportSlowTests`]. +## property: FullConfig.rootDir +* since: v1.20 +- type: <[string]> + ## property: FullConfig.shard * since: v1.10 - type: ?<[null]|[Object]> @@ -104,6 +114,12 @@ See [`property: TestConfig.shard`]. See [`property: TestConfig.updateSnapshots`]. +## property: FullConfig.version +* since: v1.20 +- type: <[string]> + +Playwright version. + ## property: FullConfig.webServer * since: v1.10 - type: ?<[Object]|[Array]<[Object]>>