I am looking at TestOps to replace Jenkins for the execution scheduler of my test cases. One of the nice features of Jenkins is the “Build after other projects are built - Projects to watch” which will not execute a build until the project to watch build is successful. I need this feature since my test suites are dependent on the prior test suite to complete successfully. For example, Create a set of reports - > Create enforced policies on those reports → Create alerts from those enforced policies, etc. If the Create reports test suite fails, no need to run the subsequent test suites.
Is there a way to do that type of flow control within TestOps scheduler?
Thanks for any info!