Tests skip for two reasons when using TestNG. 1. The test explicitly throws SkipException because it isn’t implemented 2. Another test or configuration method (@BeforeMethod etc) that the test depends on failed.
You should look for failures in other tests and configuration methods that the test depends on to figure out the root cause. -nalin On Monday, February 10, 2014 at 5:42, Robert Krüger wrote: > Hi, > > I managed to get Jenkins to work with Gradle and TestNG and create > reports using the testng plugin but now I need to find out why many of > my tests are skipped. Usually this is caused by stuff like Exceptions > in setup methods or data providers but I cannot see the console output > or the stacktrace of the exceptions causing this anywhere, so it is > kind of hard to debug. Am I missing anything obvious? > > Thanks, > > Robert > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > (mailto:[email protected]). > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
