MCPcopy Create free account
hub / github.com/UiPath/uipathcli / TestRunCommand

Struct TestRunCommand

plugin/studio/testrun/test_run_command.go:34–36  ·  view source on GitHub ↗

The TestRunCommand packs a project as a test package, uploads it to the connected Orchestrator instances and runs the tests.

Source from the content-addressed store, hash-verified

32// uploads it to the connected Orchestrator instances
33// and runs the tests.
34type TestRunCommand struct {
35 Exec process.ExecProcess
36}
37
38func (c TestRunCommand) Command() plugin.Command {
39 return *plugin.NewCommand("studio").

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected