UNPKG

test-results-parser

Version:

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

8 lines (6 loc) 128 B
declare class TestAttachment { name: string; path: string; } declare namespace TestAttachment { } export = TestAttachment;