I have several TestNG suite files across my multi-module java project, it's structure looks like this:
project\
module1\src\test\resources\
suite1.xml
suite2.xml
module2\src\test\resources\
suite3.xml
Is it possible to create run configuration including all these suites in IntelliJ IDEA?
I am able to create separate configuration for each of them via Run/Debug Configurations - TestNG - Configuration - Suite
, but I don't see a way to select multiple files there.
I cannot merge all test suites into single suite because some tests use Before/After Suite methods.
I am using IntelliJ IDEA 14.1.2 Community edition, TestNG 6.1.1.