mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-04 16:44:11 +03:00
docs: more accurate test id description (#30487)
Reference https://github.com/microsoft/playwright/issues/30430
This commit is contained in:
parent
b52cd7e4dc
commit
67c430435a
@ -34,7 +34,7 @@ See also [`property: TestResult.status`] for the actual status.
|
||||
* since: v1.25
|
||||
- type: <[string]>
|
||||
|
||||
Unique test ID that is computed based on the test file name, test title and project name. Test ID can be used as a history ID.
|
||||
A test ID that is computed based on the test file name, test title and project name. The ID is unique within Playwright session.
|
||||
|
||||
## property: TestCase.location
|
||||
* since: v1.10
|
||||
|
4
packages/playwright/types/testReporter.d.ts
vendored
4
packages/playwright/types/testReporter.d.ts
vendored
@ -710,8 +710,8 @@ export interface TestCase {
|
||||
expectedStatus: "passed"|"failed"|"timedOut"|"skipped"|"interrupted";
|
||||
|
||||
/**
|
||||
* Unique test ID that is computed based on the test file name, test title and project name. Test ID can be used as a
|
||||
* history ID.
|
||||
* A test ID that is computed based on the test file name, test title and project name. The ID is unique within
|
||||
* Playwright session.
|
||||
*/
|
||||
id: string;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user