parasoft/Run Parasoft SOAtest
A GitHub Action for running functional tests with Parasoft SOAtest and reviewing results directly in GitHub.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| installDir | Installation folder of Parasoft SOAtest. If not specified, the soatestcli executable must be added to PATH. | no | — |
| soatestWorkspace | Path to the SOAtest workspace directory. | no | ${{ github.workspace }} |
| testConfig | Test configuration to be used for test execution. | no | user://Example Configuration |
| resource | Relative path(s) to the test suite(s) within the SOAtest workspace. | no | TestAssets |
| settings | Setting file used to configure execution preferences. | no | — |
| report | The path to output folder or a file for the test execution report. | no | reports |
| reportFormat | Format of reports from test execution. | no | xml,html |
| environment | Name of the SOAtest environment to use for executing the tests. | no | — |
| convertReportToXUnit | Enables the conversion of the SOAtest report into the xUnit format. | no | true |
| additionalParams | Additional parameters for the soatestcli executable. | no | — |
Outputs
no outputs