UiPath Documentation
uipath-cli
latest
false

UiPath CLI user guide

Last updated May 7, 2026

uip rpa get-manual-test-cases

uip rpa get-manual-test-cases lists the manual (not yet automated) test cases that Test Manager has linked to the current project. The output is the working set of candidates for automation — each entry includes the test case ID you need to feed into uip rpa get-manual-test-steps to retrieve the actual steps.

Studio brokers the Test Manager call, so the verb requires a Windows runner. The project must be linked to a Test Manager project for any results to appear.

Synopsis

uip rpa get-manual-test-cases [options]
uip rpa get-manual-test-cases [options]

Options

This verb takes no per-command options. Use the parent-level options shared by every uip rpa verb — see RPA tool overview.

For the complete option list on your installed tool version, run:

uip rpa get-manual-test-cases --help
uip rpa get-manual-test-cases --help

Examples

# List all manual test cases for the current project
uip rpa get-manual-test-cases

# Pipe IDs into get-manual-test-steps via output filter (JSON output)
uip rpa get-manual-test-cases --output json --output-filter "[].id"
# List all manual test cases for the current project
uip rpa get-manual-test-cases

# Pipe IDs into get-manual-test-steps via output filter (JSON output)
uip rpa get-manual-test-cases --output json --output-filter "[].id"

See also

  • Synopsis
  • Options
  • Examples
  • Related
  • See also

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated