This is a command-line tool desinged to convert a list of test details received from OpenText Software Delivery Platform to a format accepted by common frameworks. The tool allows defining custom conversion flow for other frameworks that are not supported by default.
- Cucumber
- Cucumber with BDD Scenario
- JUnit
- Maven Surefire
- TestNG
- Custom (define your custom framework configuration)
node dist/index.js --framework="<framework_name>" --testsToRun="<test_definitions>" --logLevel=<level>