If I never run the iTest GUI after the first time, do projects ever get rebuilt? For example:
iTest GUI: Create workspace. Import projects, clean all.
while (true):
svn update project
itestcli --refreshWorkspace --exportProject foo
itestrt run the actual tests against the exported Project
At some point, the workspace is going to need to be rebuilt to re-calculate dependencies, or maybe because of a local response map. Will itestcli fix things up, or will the GUI have to be run?