Versions Compared

Key

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

...

When this configuration is used and the Test Runner is ran the test results will we available at C:\model-mapper\target\testresults.xml, it also possible to create a config.json which can be used to pass in the command line arguments.

Code Block
titleconfig.json
{
  "proxyServerUrl": "http://localhost:1337",
  "studioUsername": "username",
  "studioPassword": "password ",
  "repository": "MyRepository ",
  "branch": "Trunk ",
  "project": "MyProject"
}

To use the config.json the following command can be executed.

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.

...