Is there a way to install itestRT without the whole iTest software.
The reason is because we want iTestRt in a server to execute regression tests automatically. We need to install only the iTest runtime and make it available in the PATH because there will be an application that will invoke 'itestrt' command.
The developers will use the GUI in their PCs to make the test cases, but the server is which will execute the test cases headless.
Currently, I only see one installer 'iTest-linux.bin' that installs the whole software with even a workspace to the current user that is logged in.
I would like something that installs only the runtime and makes it available through the $PATH, sort of like system installation: make itestrt a command like ls, grep, cp, etc in linux.
Thanks for your suggestions, ideas.