mikael-rnd/UiPath Test

Runs test cases within a UiPath project

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 28, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: mikael-rnd/uipath-test@690ce306f6fa3a4048369a5638f7ba8a7e84fc2a # v2.0.5

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
projectFilePathsUsed for passing explicit paths to project files to perform analysis. Can be used as multi-line inputsno
orchestratorUrlOrchestrator instance URLnohttps://cloud.uipath.com/
orchestratorTenantTenant on the Orchestrator instanceyes
orchestratorFolderFolder path in modern folder setupyes
orchestratorApplicationIdAccount for authenticating to Orchestratoryes
orchestratorApplicationSecretPassword for the Orchestrator accountyes
orchestratorApplicationScopeAccess scope for external applicationnoOR.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
orchestratorLogicalNameLogical name for Orchestrator organizationyes
retryCountNumber of retries for failed test cases (by default, no retry is set).no
projectKeyProject key in Test Manager. (Required if using Test Manager parameters)no
traceLevelTrace level for test execution logs. Possible values are Verbose, Information, Warning, Error. Default is Warning.noWarning
authorThe package author. If not provided, the GitHub actor will be used as the author of the packageno${{ github.actor }}
namedescription
testExecutionLinksOutputs a comma-separated list of Orchestrator links for viewing test results
testResultsMarkdown formatted table listing the tests that have been run and whether they passed or failed
containsPublishableTestCasesBoolean value indicating whether any test cases set as publishable were found in the repository
testResultsFolderPath 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.