baltamatica-actions/Run Baltamatica Tests
Run Baltamatica tests and optionally produce JUnit, coverage, and HTML reports.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project | Path to a Baltamatica project root. | no | . |
| test-path | File or folder containing tests. | no | "" |
| test-results-junit | Path for a JUnit XML test results file. | no | "" |
| code-coverage-cobertura | Path for a Cobertura XML coverage report. | no | "" |
| report | Path for an HTML test report. | no | "" |
| use-parallel | Run tests in parallel when supported by Baltamatica. | no | false |
| startup-options | Additional CLI options passed before the test command. | no | -nodesktop |
| additional-arguments | Additional arguments appended to the Baltamatica test command. | no | "" |
| working-directory | Working directory for the Baltamatica process. | no | . |
| log-file | Path to write combined stdout and stderr. | no | "" |
| executable | Baltamatica executable name or path. Defaults to baltamatica from PATH. | no | "" |
Outputs
| name | description |
|---|---|
| exit-code | Baltamatica process exit code. |
| log-file | Path to the execution log, when requested. |
| test-results-junit | Path to the generated JUnit XML test results file, when requested. |
| code-coverage-cobertura | Path to the generated Cobertura XML coverage file, when requested. |
| report | Path to the generated HTML report, when requested. |