I am not able to generate report using TestNG+Intellij 12, also provided out path in Run configuration. I have even updated to TestNG 6.8 by this way : https://stackoverflow.com/a/13452828/1434611
Can anyone provide some input if you are able to generate reports.
You can add Listener like "EmailableReporter" or "FailedReporter" in the "Run Configurations", it will generate test-output directory in your workspace. Show activity on this post. On the "Listeners tab", Use default listeners should be checked. And Output directory should be set correctly.
In IntelliJ IDEA, you can add VM options, use another JDK, or enable code coverage using run configurations. You can create multiple configurations for the same test class or test suite with different settings and compare the results. For TestNG, you can configure the listener that will generate reports for you.
Check on Use default reporters option which will create test-output folder in your root folder with all reports.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With