UNPKG

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

Version:

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

7 lines 271 B
import Feature from "../gherkin/Feature"; import GherkinTestRunAttributes from "../gherkin/GherkinTestRunAttributes"; export default interface GherkinTestRun { _attributes: GherkinTestRunAttributes; feature: Feature; } //# sourceMappingURL=GherkinTestRun.d.ts.map