Reputation: 92417
Is it possible to let IntelliJ IDEA (13.1) run tests of a certain TestNG test group? How?
The only sultion I've found so far is running the tests with Maven.
Upvotes: 3
Views: 2419
Reputation: 40388
Are you able to set up a TestNG
run configuration and try ticking the Group
radio button, as per the image below?
http://www.jetbrains.com/idea/features/screenshots/70/TestNG/tngRunConfig.gif
Upvotes: 4