UNPKG

test-results-parser

Version:

Parse test results from JUnit, TestNG, xUnit, cucumber and many more

11 lines (9 loc) 174 B
declare class TestStep { name: string; duration: number; status: string; failure: string; stack_trace: string; } declare namespace TestStep { } export = TestStep;