I have the test that leads to error. I tried to execute it in the IntelliJ Idea 2018.3.2. All jupiter and junit dependencies have version RELEASE>
2018.3.2
RELEASE
I was able to run the Junit 5 tests after adding the platform and launcher dependency:
org.junit.platform junit-platform-commons 1.4.0 org.junit.platform junit-platform-launcher 1.4.0 test