When Using ScalaTestPlus-Junit5 With IntelliJ the Profile with IntelliJ is No Longer Available
In IntelliJ Ultimate Edition:
Previously, when using with @RunWith(classOf[JUnitRunner])
, one would see a menu in this:
Now, after migrating to scalatestplus-junit5
that menu is no longer availabe:
Any workarounds, or planned improvements to address this?
Thanks in advance for all of your hard work on this so far!