• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

UiPath / uipathcli / 13902910690

17 Mar 2025 03:08PM UTC coverage: 89.301% (-1.2%) from 90.483%
13902910690

push

github

thschmitt
Add run command to execute tests on UiPath Orchestrator

`uipath studio test run` packages the project in the given folder,
uploads the package and executes the tests through the connected
orchestrator instance.

The run command performs the following steps:
- Builds the given project with output type "Tests"
- Uploads the generated nupkg package to Orchestrator
- Gets the existing releases for the package
- The command will either update the release if it is already present,
  or generate a new one if it is not.
- Creates a test set based on the latest release
- Starts the execution of the test set
- Waits for the tests to finish

Implementation:

- Extracted common logic for interacting with the orchestrator API into
  `orchestratorClient`

- Extended the progress bar to support a number of steps so we can show
  the total number of tests and how many have finished:
  `running...        |███                 | (1/6)`

-

Issue: https://github.com/UiPath/uipathcli/issues/158

534 of 684 new or added lines in 14 files covered. (78.07%)

10 existing lines in 3 files now uncovered.

5876 of 6580 relevant lines covered (89.3%)

1.0 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

80.18
/plugin/studio/test_run_command.go


Build SHA Not Found

The commit SHA "6e6d34a02ac6798a8321e9373ee9df171084dd96" was not found in your repository, so the file cannot be loaded. This may be because you posted from a local development environment, or your CI created an ephemeral commit.

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc