Hello, Since I am too limited by the way tests are run in the View>Organize Tests panel, I was happy to find I can code my own run logic by accessing TestItems by scripting ( https://support.smar...
Run the test hold by a TestItem
tristaanogre
9 years agoEsteemed Contributor
Why be restricted to the Test Items anyways? Write a script routine or a keyword test that runs all your test cases in the order you want with any execution logic you want. Make that the sole test item in your project and run your project.
If you're concerned about logging organization, utilize the Log.AppendFolder, PushFolder, PopFolder functions to build a collapsable tree of logging items to organize your test log.