Q1. Is there any plugin that can provide assistance to debug tests based out of Junit5 on intelliJ IDEA 2015.x?
I've gone through articles over the Internet including Running tests for JUnit5 and using Junit5 in intelliJ IDEA which agreed reads out -
IntelliJ IDEA supports running tests on the JUnit Platform since version 2016.2.
Present scenario -
- Projects framed on Maven using JUnit5
- Our team has people working on the different version of IntelliJ.
- People with older version of intelliJ are able to execute the tests(
mvn test
) but not debug these using the intelliJ.
Q2. Does this imply upgrading to 2016.2+ in order to contribute to projects using Junit5?