mikael-rnd/UiPath Test
Runs test cases within a UiPath project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 28, 2026
- License
- MIT
Pinned Snippet
uses: mikael-rnd/uipath-test@690ce306f6fa3a4048369a5638f7ba8a7e84fc2a # v2.0.5tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| projectFilePaths | Used for passing explicit paths to project files to perform analysis. Can be used as multi-line inputs | no | — |
| orchestratorUrl | Orchestrator instance URL | no | https://cloud.uipath.com/ |
| orchestratorTenant | Tenant on the Orchestrator instance | yes | — |
| orchestratorFolder | Folder path in modern folder setup | yes | — |
| orchestratorApplicationId | Account for authenticating to Orchestrator | yes | — |
| orchestratorApplicationSecret | Password for the Orchestrator account | yes | — |
| orchestratorApplicationScope | Access scope for external application | no | OR.Assets OR.BackgroundTasks OR.Execution OR.Folders OR.Jobs OR.Machines.Read OR.Monitoring OR.Robots.Read OR.Settings.Read OR.TestSets OR.TestSetExecutions OR.TestSetSchedules OR.Users.Read |
| orchestratorLogicalName | Logical name for Orchestrator organization | yes | — |
| retryCount | Number of retries for failed test cases (by default, no retry is set). | no | — |
| projectKey | Project key in Test Manager. (Required if using Test Manager parameters) | no | — |
| traceLevel | Trace level for test execution logs. Possible values are Verbose, Information, Warning, Error. Default is Warning. | no | Warning |
| author | The package author. If not provided, the GitHub actor will be used as the author of the package | no | ${{ github.actor }} |
Outputs
| name | description |
|---|---|
| testExecutionLinks | Outputs a comma-separated list of Orchestrator links for viewing test results |
| testResults | Markdown formatted table listing the tests that have been run and whether they passed or failed |
| containsPublishableTestCases | Boolean value indicating whether any test cases set as publishable were found in the repository |
| testResultsFolder | Path to the folder where the test result JSON files created by the UiPath CLI are stored. Can be used for further processing, such as uploading to Artifacts or sending to another action. |