UNPKG

test-results-parser

Version:

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

10 lines (7 loc) 122 B
class TestAttachment { constructor() { this.name = ''; this.path = ''; } } module.exports = TestAttachment;