My project structure is as below:
module 1
src
test/UTs
module 2
src
test/UTs
module FT
tests/FTs
For FT, we have test suites. Now, how can I create a TestNG suite that has all the unit tests and can be executed at the comfort of a right click, just like the FT suite? It should not include FT component. I tried creating but saw that other modules tests are not called.