playwright/docs/src/test-reporter-api/class-location.md

20 lines
346 B
Markdown
Raw Normal View History

# class: Location
* langs: js
Represents a location in the source code where [TestCase] or [Suite] is defined.
## property: Location.file
- type: <[string]>
Path to the source file.
## property: Location.line
- type: <[int]>
Line number in the source file.
## property: Location.column
- type: <[string]>
Column number in the source file.