publish-test-results
Publishes local test results to Jira server as a Test Run, where the results are connected to the synchronized test cases and optionally to a build.
Options
In addition the the options listed here, all common command line options can also be used.
Option | Description | Default |
---|---|---|
| not filtered by tags | |
| not filtered by feature files | |
| The file path of the test result (.trx, .xml or .json) file to publish or a folder that contains multiple test result files. Multiple paths can be listed, separated by semicolon ( | use from config file |
| use from config file or detect automatically | |
| get from test result file | |
| Semicolon separated list of file paths that should be attached to the test run additionally. (e.g. | only test result file attached |
|
| |
| not specified |
Examples
Publishes a test result file result.trx
to Jira:
Publishes a test result file produced by Cucumber Java JUnit execution:
Publishes test results to Jira with Zephyr Scale and set Test Cycle folder and result environment.
Last updated