Add computed fields to FullConfig

This commit is contained in:
Yury Semikhatsky 2024-04-01 11:08:24 -07:00
parent 30c3115bfe
commit ecb71537fd

View file

@ -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]>>