scalatest / scalatestplus-junit5

Apache License 2.0
4 stars 4 forks source link

When Using ScalaTestPlus-Junit5 With IntelliJ the Profile with IntelliJ is No Longer Available #9

Open gna-phetsarath opened 9 months ago

gna-phetsarath commented 9 months ago

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:

image image

Now, after migrating to scalatestplus-junit5 that menu is no longer availabe:

image

Any workarounds, or planned improvements to address this?

Thanks in advance for all of your hard work on this so far!