class: Location
Added in: v1.10
Languages: JavaScript
Represents a location in the source code where TestCase or Suite is defined.
property: Location.file
Added in: v1.10
Type:
string
Path to the source file.
property: Location.line
Added in: v1.10
Type:
int
Line number in the source file.
property: Location.column
Added in: v1.10
Type:
int
Column number in the source file.