Skip to content

JavaScript-based tool that converts the `testsToRun` parameter for running automated tests from OpenText Software Delivery Platform.

Notifications You must be signed in to change notification settings

MicroFocus/tests-to-run-conversion-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

JavaScript-based tool that converts the `testsToRun` parameter for running automated tests from OpenText Software Delivery Platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published