tests-to-run-conversion-tool
v1.0.5
Published
JavaScript-based tool that converts the testsToRun parameter for running automated tests from OpenText Software Delivery Platform.
Downloads
379
Readme
1. Introduction 🚀
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.
2. Table of Contents
3. Description
3.1. Supported Frameworks
- Cucumber
- Cucumber with BDD Scenario
- JUnit
- Maven Surefire
- TestNG
- Custom (define your custom framework configuration)
4. Getting Started
4.1. Running the tool
node dist/index.js --framework="<framework_name>" --testsToRun="<test_definitions>" --logLevel=<level>