How to update IntelliJ IDEA testing-plugin to TestNG version 6.8?
intellij-idea, testng
Solution
- Download the complete TestNG 6.8 zip.
- Delete `IDEA\plugins\testng\lib\testng-jdk15.jar`.
- Copy `testng-6.8.jar` from the downloaded zip into `IDEA\plugins\testng\lib`.
For IDEA 12+: replace `testng.jar` instead of `testng-jdk15.jar`.
Problem
Currently, I am using TestNG 6.8 with Maven, but when I run the test through the IntelliJ IDEA plugin, it uses an old version of TestNG. How can I make IntelliJ IDEA (version 11.1.4) work with TestNG 6.8?