Hi,
The command line documentation doesn’t mention a way to pack “Tests” in order to publish them (manually or api) in an orchestrator.
We can pack them from Studio and the only difference observed inside the nupgk is in project.json :
- outputType" changes from “Process” to “Tests”.
- the object “arguments” is included
I tried to package Tests by changing outputType from “Process” to “Tests” (reproducing Studio behaviour) but the command line produces an error : “opening project.json is not supported”.
Is there some hidden options to achieve this ?