I\'m trying to run a testing suite using XML and TestNG, but I\'m always getting the same message using both: Eclipse and the command line:
[TestNG] Running: /
This can also happen when there is groups usage in suite.xml and @BeforeXXX annotations have missing alwaysRun = true.
@BeforeTest(alwaysRun = true) public void setUp() throws IOException { }