FaK
4 years agoOccasional Visitor
Manage execution plan groups
Hello,
In my proget I run a test to update two different databases.
I therefore created 2 groups in the execution plan.
I would like to know if it is possible to stop the tests of Group "1" if there is an error and run the tests of group "2".
For the moment, the only result
- I get is stopping the kewords test which goes to the next one in the same group
or
- Stopping the entire project (Group 1 and 2).
I work in Macro Mode (inserting a script solution can of course be considered).
And the test is run by the Jenkins scheduler (i can help that).
Thank you in advance for your help;)