From 89092d8e7d156814882cf4f556344d8a93d26cb2 Mon Sep 17 00:00:00 2001 From: "microsoft-playwright-automation[bot]" <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 10:10:14 +0000 Subject: [PATCH] feat(roll): roll to ToT Playwright (24-07-25) --- nodejs/docs/api/class-teststepinfo.mdx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/nodejs/docs/api/class-teststepinfo.mdx b/nodejs/docs/api/class-teststepinfo.mdx index 6ead8014fa0..b23a4a31eef 100644 --- a/nodejs/docs/api/class-teststepinfo.mdx +++ b/nodejs/docs/api/class-teststepinfo.mdx @@ -140,6 +140,25 @@ test('my test', async ({ page, isMobile }) => { Optional description that will be reflected in a test report. +--- + +## Properties + +### titlePath {#test-step-info-title-path} + +Added in: v1.55testStepInfo.titlePath + +The full title path starting with the test file name, including the step titles. See also [testInfo.titlePath](/api/class-testinfo.mdx#test-info-title-path). + +**Usage** + +```js +testStepInfo.titlePath +``` + +**Type** +- [Array]<[string]> + [Accessibility]: /api/class-accessibility.mdx "Accessibility" [Android]: /api/class-android.mdx "Android"