Is it possible to have robot find test suites recursively?

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.

1 Like

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 !

2 Likes