actions-marketplace-validations/Test runner - skip activate for floating license
Run tests for any Unity project.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| unityVersion | Version of unity to use for testing the project. Use "auto" to get from your ProjectSettings/ProjectVersion.txt | no | auto |
| customImage | Specific docker image that should be used for testing the project | no | "" |
| projectPath | Path to the Unity project to be tested. | no | — |
| customParameters | Extra parameters to configure the Unity editor run. | no | — |
| testMode | The type of tests to be run by the test runner. | no | all |
| coverageOptions | Optional coverage parameters for the -coverageOptions argument. | no | generateAdditionalMetrics;generateHtmlReport;generateBadgeReport |
| artifactsPath | Path where test artifacts should be stored. | no | artifacts |
| useHostNetwork | Initialises Docker using the host network. | no | false |
| sshAgent | SSH Agent path to forward to the container. | no | "" |
| gitPrivateToken | GitHub Private Access Token (PAT) to pull from GitHub. | no | "" |
| githubToken | Token to authorize access to the GitHub REST API. If provided, a check run will be created with the test results. | no | "" |
| checkName | Name for the check run that is created when a github token is provided. | no | Test Results |
| chownFilesTo | User and optionally group (user or user:group or uid:gid) to give ownership of the resulting build artifacts | no | "" |
| renderResultDetail | If false than, remove detail parts in render test result | no | true |
| executeMethod | If not empty than, run batchmode instead of run test | no | "" |
Outputs
| name | description |
|---|---|
| artifactsPath | Path where the artifacts are stored. |
| coveragePath | Path where the code coverage results are stored. |