Location
Represents a location in the source code where TestCase or Suite is defined.
location.column
Added in: v1.10- type: <number>
Column number in the source file.
location.file
Added in: v1.10- type: <string>
Path to the source file.
location.line
Added in: v1.10- type: <number>
Line number in the source file.