Set default workspace on soatest server
Could any one please help how to set default workspace on SoaTest server:
I am using remote execution client and need to specify a different workspace location other than the default one
./soatestcli.sh -server "http://localhost:9080" -report "Reports" -resource "_TestAssets/jenkins/test-run/tests/arvato.ts_t"
Also I checked the local settings and did not find any properties to change it.
Comments
-
Hello,
You can specify workspace location using -data "your/workspace/path" option.0 -
@KrzysztofMarczyk thanks, however I am using remote execution client attached which is available as plugin on market place and it doesn't have this option.
0 -
For the WAR deployment, configuration settings for the SOAtest/Virtualize server are specified in a config.properties file. In particular, you will want to configure the "working.dir" property. For details, see Server Configuration
If instead you running the embedded server from a SOAtest Desktop installation, then that server is using whatever workspace you chose when launching SOAtest Desktop.
1