Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions nodejs/docs/api/class-teststepinfo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.55</font><x-search>testStepInfo.titlePath</x-search>

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]&lt;[string]&gt;


[Accessibility]: /api/class-accessibility.mdx "Accessibility"
[Android]: /api/class-android.mdx "Android"
Expand Down
Loading