File: class-fullconfig.md | Updated: 11/18/2025
On this page
Resolved configuration which is accessible via testInfo.config and is passed to the test reporters. To see the format of Playwright configuration file, please see TestConfig instead.
Properties
Added in: v1.20 fullConfig.configFile
Path to the configuration file used to run the tests. The value is an empty string if no config file was used.
Usage
fullConfig.configFile
Type
Added in: v1.10 fullConfig.forbidOnly
See testConfig.forbidOnly .
Usage
fullConfig.forbidOnly
Type
Added in: v1.20 fullConfig.fullyParallel
See testConfig.fullyParallel .
Usage
fullConfig.fullyParallel
Type
Added in: v1.10 fullConfig.globalSetup
See testConfig.globalSetup .
Usage
fullConfig.globalSetup
Type
Added in: v1.10 fullConfig.globalTeardown
See testConfig.globalTeardown .
Usage
fullConfig.globalTeardown
Type
Added in: v1.10 fullConfig.globalTimeout
See testConfig.globalTimeout .
Usage
fullConfig.globalTimeout
Type
Added in: v1.10 fullConfig.grep
See testConfig.grep .
Usage
fullConfig.grep
Type
Added in: v1.10 fullConfig.grepInvert
See testConfig.grepInvert .
Usage
fullConfig.grepInvert
Type
Added in: v1.10 fullConfig.maxFailures
See testConfig.maxFailures .
Usage
fullConfig.maxFailures
Type
Added in: v1.10 fullConfig.metadata
See testConfig.metadata .
Usage
fullConfig.metadata
Type
Added in: v1.10 fullConfig.preserveOutput
See testConfig.preserveOutput .
Usage
fullConfig.preserveOutput
Type
Added in: v1.10 fullConfig.projects
List of resolved projects.
Usage
fullConfig.projects
Type
Added in: v1.10 fullConfig.quiet
See testConfig.quiet .
Usage
fullConfig.quiet
Type
Added in: v1.10 fullConfig.reportSlowTests
See testConfig.reportSlowTests .
Usage
fullConfig.reportSlowTests
Type
Added in: v1.10 fullConfig.reporter
See testConfig.reporter .
Usage
fullConfig.reporter
Type
Added in: v1.20 fullConfig.rootDir
Base directory for all relative paths used in the reporters.
Usage
fullConfig.rootDir
Type
Added in: v1.10 fullConfig.shard
See testConfig.shard .
Usage
fullConfig.shard
Type
Added in: v1.10 fullConfig.updateSnapshots
See testConfig.updateSnapshots .
Usage
fullConfig.updateSnapshots
Type
Added in: v1.50 fullConfig.updateSourceMethod
See testConfig.updateSourceMethod .
Usage
fullConfig.updateSourceMethod
Type
Added in: v1.20 fullConfig.version
Playwright version.
Usage
fullConfig.version
Type
Added in: v1.10 fullConfig.webServer
See testConfig.webServer .
Usage
fullConfig.webServer
Type
Added in: v1.10 fullConfig.workers
See testConfig.workers .
Usage
fullConfig.workers
Type