@microfocus/alm-octane-test-result-convertion
Version:
A NodeJS library for converting different kinds of test reports into OpenText SDP / SDM format.
12 lines • 430 B
TypeScript
export declare enum FrameworkType {
BDDScenario = "Cucumber BDD Scenario",
Cucumber = "Cucumber",
JBehave = "JBehave",
JUnit = "JUnit",
OTFunctionalTesting = "Functional Testing",
Protractor = "Protractor",
RobotFramework = "RobotFramework",
Selenium = "Selenium"
}
export declare function stringToFrameworkType(value: string): FrameworkType | undefined;
//# sourceMappingURL=FrameworkType.d.ts.map