I am new to Robot framework. I was wrote many suites in different different foldar and want to execute them all, just by executing single file like we do in Java TestNG using xml file. Is There a way, Please help me. My Framework structure is like that:
Dir1
TestSuite1
TestSuite2
Dir2
TestSuite1
TestSuite1
I want to execute all testcases in all Testsuite. Thank You