The column number where the test is defined, or undefined if the test was run through the REPL.
interface
test.default.EventData.TestPass
interface TestPass
- column?: number
- details: { attempt: number; duration_ms: number; passed_on_attempt: number; type: 'suite' | 'test' }
Additional execution metadata.
- line?: number
The line number where the test is defined, or
undefinedif the test was run through the REPL. - testId: number
A numeric identifier for this test instance, unique within the test file's process. Consistent across all events for the same test instance, enabling reliable correlation in custom reporters.