docs/src/test-api/class-fullconfig.md
Resolved configuration which is accessible via [property: TestInfo.config] and is passed to the test reporters. To see the format of Playwright configuration file, please see [TestConfig] instead.
Path to the configuration file used to run the tests. The value is an empty string if no config file was used.
See [property: TestConfig.forbidOnly].
See [property: TestConfig.fullyParallel].
See [property: TestConfig.globalSetup].
See [property: TestConfig.globalTeardown].
See [property: TestConfig.globalTimeout].
See [property: TestConfig.grep].
See [property: TestConfig.grepInvert].
See [property: TestConfig.maxFailures].
See [property: TestConfig.metadata].
See [property: TestConfig.preserveOutput].
List of resolved projects.
See [property: TestConfig.quiet].
0 <[string]> Reporter name or module or file path1 <[Object]> An object with reporter options if anySee [property: TestConfig.reporter].
max <[int]> The maximum number of slow test files to report.threshold <[float]> Test file duration in milliseconds that is considered slow.See [property: TestConfig.reportSlowTests].
Base directory for all relative paths used in the reporters.
total <[int]> The total number of shards.current <[int]> The index of the shard to execute, one-based.See [property: TestConfig.shard].
Resolved global tags. See [property: TestConfig.tag].
See [property: TestConfig.updateSnapshots].
See [property: TestConfig.updateSourceMethod].
Playwright version.
See [property: TestConfig.webServer].
See [property: TestConfig.workers].