Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

With the Blueriq Model Mapper it is possible to create and run test cases for Data Mappings. This Command Line Interface Test Runner is created to run the created tests in a Continuous Integration/ Continuous Deployment environment to enhance the quality control of your Blueriq Models. When the Test Runner is ran the test results are stored in a file which can be interpreted by a CI/CD like Jenkins. The file output format follows the Apache Ant's JUnit task XML Schema, which is widely used by different reporting tools. 

How to Use

The Test Runner is packaged as an executable for windows, which required command line arguments to be ran. Below all the command line arguments are listed which can be used by the Test Runner. An example of the using the Test Runner would look like this.

...

Code Block
languagebash
titleExample
C:\model-mapper\cli-test-runner-win.exe --config=config.json

Command Line Arguments

The Test Runner can be either configured by a JSON configuration file or by command line arguments. when running the Test Runner with the argument --help a list of configurable argumentis displayed.

...