docs: TestInfo.titlePath does not include project (#32548)
This commit is contained in:
parent
356517cddb
commit
a4bd551597
|
|
@ -451,7 +451,7 @@ The title of the currently running test as passed to `test(title, testFunction)`
|
||||||
* since: v1.10
|
* since: v1.10
|
||||||
- type: <[Array]<[string]>>
|
- type: <[Array]<[string]>>
|
||||||
|
|
||||||
The full title path starting with the project.
|
The full title path starting with the test file name.
|
||||||
|
|
||||||
## property: TestInfo.workerIndex
|
## property: TestInfo.workerIndex
|
||||||
* since: v1.10
|
* since: v1.10
|
||||||
|
|
|
||||||
2
packages/playwright/types/test.d.ts
vendored
2
packages/playwright/types/test.d.ts
vendored
|
|
@ -8208,7 +8208,7 @@ export interface TestInfo {
|
||||||
title: string;
|
title: string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The full title path starting with the project.
|
* The full title path starting with the test file name.
|
||||||
*/
|
*/
|
||||||
titlePath: Array<string>;
|
titlePath: Array<string>;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue