Hello,
Is it possible to call robot so that it runs all test suites found recursively under a top root folder (e.g: Tests/*.robot that would find Tests/FolderA/Suite1.robot and Tests/FolderB/Suite2.robot) ?
Thx
Bruno
Hello,
Is it possible to call robot so that it runs all test suites found recursively under a top root folder (e.g: Tests/*.robot that would find Tests/FolderA/Suite1.robot and Tests/FolderB/Suite2.robot) ?
Thx
Bruno
That’s the default behavior. You can pass the folder name - e.g. Tests/ - as an argument and robot will execute all test suites in there.
Hi,
@Many beat me to it, I was looking for it in the documentation → Specifying test data to be executed
Dave.
Thx @Many, it worked !