Skip to content

FullProject

Source URL: https://playwright.dev/docs/api/class-fullproject

Runtime representation of the test project configuration. It is accessible in the tests via testInfo.project and workerInfo.project and is passed to the test reporters. To see the format of the project in the Playwright configuration file please see TestProject instead.


Added in: v1.31 fullProject.dependencies

See testProject.dependencies.

Usage

fullProject.dependencies

Type


Added in: v1.10 fullProject.grep

See testProject.grep.

Usage

fullProject.grep

Type


Added in: v1.10 fullProject.grepInvert

See testProject.grepInvert.

Usage

fullProject.grepInvert

Type


Added in: v1.10 fullProject.metadata

See testProject.metadata.

Usage

fullProject.metadata

Type


Added in: v1.10 fullProject.name

See testProject.name.

Usage

fullProject.name

Type


Added in: v1.10 fullProject.outputDir

See testProject.outputDir.

Usage

fullProject.outputDir

Type


Added in: v1.10 fullProject.repeatEach

See testProject.repeatEach.

Usage

fullProject.repeatEach

Type


Added in: v1.10 fullProject.retries

See testProject.retries.

Usage

fullProject.retries

Type


Added in: v1.10 fullProject.snapshotDir

See testProject.snapshotDir.

Usage

fullProject.snapshotDir

Type


Added in: v1.34 fullProject.teardown

See testProject.teardown.

Usage

fullProject.teardown

Type


Added in: v1.10 fullProject.testDir

See testProject.testDir.

Usage

fullProject.testDir

Type


Added in: v1.10 fullProject.testIgnore

See testProject.testIgnore.

Usage

fullProject.testIgnore

Type


Added in: v1.10 fullProject.testMatch

See testProject.testMatch.

Usage

fullProject.testMatch

Type


Added in: v1.10 fullProject.timeout

See testProject.timeout.

Usage

fullProject.timeout

Type


Added in: v1.10 fullProject.use

See testProject.use.

Usage

fullProject.use

Type