UNPKG

@microfocus/alm-octane-test-result-convertion

Version:

A NodeJS library for converting different kinds of test reports into OpenText SDP / SDM format.

8 lines 178 B
export default interface TestRunError { _attributes: { type?: string; message?: string; }; _text: string; } //# sourceMappingURL=TestRunError.d.ts.map