UNPKG

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

Version:

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

5 lines 177 B
import GherkinTestRun from './GherkinTestRun'; export default interface GherkinTestRuns { gherkin_test_run: GherkinTestRun[]; } //# sourceMappingURL=GherkinTestRuns.d.ts.map