The TestRunCommand packs a project as a test package, uploads it to the connected Orchestrator instances and runs the tests.
| 32 | // uploads it to the connected Orchestrator instances |
| 33 | // and runs the tests. |
| 34 | type TestRunCommand struct { |
| 35 | Exec process.ExecProcess |
| 36 | } |
| 37 | |
| 38 | func (c TestRunCommand) Command() plugin.Command { |
| 39 | return *plugin.NewCommand("studio"). |
nothing calls this directly
no outgoing calls
no test coverage detected