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: <img width="407" alt="image" src="https://github.com/scalatest/scalatestplus-junit5/assets/1582011/87837dd2-28a4-4ee5-a5fd-be5f17ada3fa"> <img width="359" alt="image" src="https://github.com/scalatest/scalatestplus-junit5/assets/1582011/12ea3b10-bc4b-4b04-8eef-8497d35a916a"> Now, after migrating to `scalatestplus-junit5` that menu is no longer availabe: <img width="407" alt="image" src="https://github.com/scalatest/scalatestplus-junit5/assets/1582011/b4e880ac-131e-4dd9-9e19-536c704d7bf4"> Any workarounds, or planned improvements to address this? Thanks in advance for all of your hard work on this so far!