docs/src/test-api/class-fullproject.md
Runtime representation of the test project configuration. It is accessible in the tests via [property: TestInfo.project] and [property: 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.
See [property: TestProject.dependencies].
See [property: TestProject.grep].
See [property: TestProject.grepInvert].
See [property: TestProject.ignoreSnapshots].
See [property: TestProject.metadata].
See [property: TestProject.name].
See [property: TestProject.snapshotDir].
See [property: TestProject.outputDir].
See [property: TestProject.repeatEach].
See [property: TestProject.retries].
See [property: TestProject.teardown].
See [property: TestProject.testDir].
See [property: TestProject.testIgnore].
See [property: TestProject.testMatch].
See [property: TestProject.timeout].
See [property: TestProject.use].