2024-04-03 01:15:02 +02:00
|
|
|
# class: FullProject
|
|
|
|
|
* since: v1.10
|
|
|
|
|
* langs: js
|
|
|
|
|
|
|
|
|
|
Runtime representation of the test project configuration that is passed
|
|
|
|
|
to [Reporter]. It exposes some of the resolved fields declared in
|
|
|
|
|
[TestProject]. You can get [FullProject] instance from [`property: FullConfig.projects`]
|
|
|
|
|
or [`method: Suite.project`].
|
|
|
|
|
|
2024-04-05 01:26:17 +02:00
|
|
|
## property: FullProject.configFile
|
|
|
|
|
* since: v1.44
|
|
|
|
|
- type: ?<[string]>
|
|
|
|
|
|
|
|
|
|
Path to the configuration file (if any) used to run the tests.
|
|
|
|
|
|
2024-04-03 01:15:02 +02:00
|
|
|
## property: FullProject.dependencies
|
|
|
|
|
* since: v1.31
|
|
|
|
|
- type: <[Array]<[string]>>
|
|
|
|
|
|
|
|
|
|
See [`property: TestProject.dependencies`].
|
|
|
|
|
|
2024-04-05 01:26:17 +02:00
|
|
|
## property: FullProject.globalTimeout
|
|
|
|
|
* since: v1.44
|
|
|
|
|
- type: <[int]>
|
|
|
|
|
|
|
|
|
|
See [`property: TestConfig.globalTimeout`].
|
|
|
|
|
|
2024-04-03 01:15:02 +02:00
|
|
|
## property: FullProject.grep
|
|
|
|
|
* since: v1.10
|
|
|
|
|
- type: <[RegExp]|[Array]<[RegExp]>>
|
|
|
|
|
|
|
|
|
|
See [`property: TestProject.grep`].
|
|
|
|
|
|
|
|
|
|
## property: FullProject.grepInvert
|
|
|
|
|
* since: v1.10
|
|
|
|
|
- type: <[null]|[RegExp]|[Array]<[RegExp]>>
|
|
|
|
|
|
|
|
|
|
See [`property: TestProject.grepInvert`].
|
|
|
|
|
|
|
|
|
|
## property: FullProject.metadata
|
|
|
|
|
* since: v1.10
|
|
|
|
|
- type: <[Metadata]>
|
|
|
|
|
|
|
|
|
|
See [`property: TestProject.metadata`].
|
|
|
|
|
|
|
|
|
|
## property: FullProject.name
|
|
|
|
|
* since: v1.10
|
|
|
|
|
- type: <[string]>
|
|
|
|
|
|
|
|
|
|
See [`property: TestProject.name`].
|
|
|
|
|
|
|
|
|
|
## property: FullProject.snapshotDir
|
|
|
|
|
* since: v1.10
|
|
|
|
|
- type: <[string]>
|
|
|
|
|
|
|
|
|
|
See [`property: TestProject.snapshotDir`].
|
|
|
|
|
|
2024-04-05 01:26:17 +02:00
|
|
|
## property: FullProject.maxFailures
|
|
|
|
|
* since: v1.44
|
|
|
|
|
- type: <[int]>
|
|
|
|
|
|
|
|
|
|
See [`property: TestConfig.maxFailures`].
|
|
|
|
|
|
2024-04-03 01:15:02 +02:00
|
|
|
## property: FullProject.outputDir
|
|
|
|
|
* since: v1.10
|
|
|
|
|
- type: <[string]>
|
|
|
|
|
|
|
|
|
|
See [`property: TestProject.outputDir`].
|
|
|
|
|
|
|
|
|
|
## property: FullProject.repeatEach
|
|
|
|
|
* since: v1.10
|
|
|
|
|
- type: <[int]>
|
|
|
|
|
|
|
|
|
|
See [`property: TestProject.repeatEach`].
|
|
|
|
|
|
|
|
|
|
## property: FullProject.retries
|
|
|
|
|
* since: v1.10
|
|
|
|
|
- type: <[int]>
|
|
|
|
|
|
|
|
|
|
See [`property: TestProject.retries`].
|
|
|
|
|
|
|
|
|
|
## property: FullProject.teardown
|
|
|
|
|
* since: v1.34
|
|
|
|
|
- type: ?<[string]>
|
|
|
|
|
|
|
|
|
|
See [`property: TestProject.teardown`].
|
|
|
|
|
|
|
|
|
|
## property: FullProject.testDir
|
|
|
|
|
* since: v1.10
|
|
|
|
|
- type: <[string]>
|
|
|
|
|
|
|
|
|
|
See [`property: TestProject.testDir`].
|
|
|
|
|
|
|
|
|
|
## property: FullProject.testIgnore
|
|
|
|
|
* since: v1.10
|
|
|
|
|
- type: <[string]|[RegExp]|[Array]<[string]|[RegExp]>>
|
|
|
|
|
|
|
|
|
|
See [`property: TestProject.testIgnore`].
|
|
|
|
|
|
|
|
|
|
## property: FullProject.testMatch
|
|
|
|
|
* since: v1.10
|
|
|
|
|
- type: <[string]|[RegExp]|[Array]<[string]|[RegExp]>>
|
|
|
|
|
|
|
|
|
|
See [`property: TestProject.testMatch`].
|
|
|
|
|
|
|
|
|
|
## property: FullProject.timeout
|
|
|
|
|
* since: v1.10
|
|
|
|
|
- type: <[int]>
|
|
|
|
|
|
|
|
|
|
See [`property: TestProject.timeout`].
|
|
|
|
|
|
|
|
|
|
## property: FullProject.use
|
|
|
|
|
* since: v1.10
|
|
|
|
|
- type: <[Fixtures]>
|
|
|
|
|
|
|
|
|
|
See [`property: TestProject.use`].
|
2024-04-05 01:26:17 +02:00
|
|
|
|
|
|
|
|
## property: FullProject.workers
|
|
|
|
|
* since: v1.44
|
|
|
|
|
- type: <[int]>
|
|
|
|
|
|
|
|
|
|
Number of test workers that ran tests from this project. See [`property: TestConfig.workers`].
|