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

24 lines
403 B
Markdown
Raw Normal View History

# class: Location
2022-07-05 16:24:50 -08:00
* since: v1.10
* langs: js
Represents a location in the source code where [TestCase] or [Suite] is defined.
## property: Location.file
2022-07-05 16:24:50 -08:00
* since: v1.10
- type: <[string]>
Path to the source file.
## property: Location.line
2022-07-05 16:24:50 -08:00
* since: v1.10
- type: <[int]>
Line number in the source file.
## property: Location.column
2022-07-05 16:24:50 -08:00
* since: v1.10
- type: <[int]>
Column number in the source file.