mettleci/MCIX Unit-Test Execute
Execute MettleCI unit tests in an IBM DataStage project on IBM Software Hub (Cloud Pak) using the MettleCI MCIX CLI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | API key for authentication | yes | — |
| url | URL of the DataStage server | yes | — |
| user | Username for authentication | yes | — |
| project | DataStage project name | no | "" |
| project-id | DataStage project id | no | "" |
| report | Path to output the compile report | no | reports/unit-test-report.xml |
| ignore-test-failures | Ignore test failures (always return 0)? (true/false) | no | "" |
| max-concurrency | Maximum number of concurrently executing test case jobs to run | no | 8 |
| test-suite | The test suite name for this invocation of unit testing | no | mcix tests |
| run-all | Skips incremental behavior and runs all unit tests (true/false) | no | true |
| additional-args | Additional raw arguments to append to the mcix command | no | — |
Outputs
| name | description |
|---|---|
| return-code | Exit code from mcix unit-test execute |
| junit-path | Path to the JUnit XML report generated by mcix unit-test execute |