Scalatest in IntelliJ - don't see run test menu

Hi,

I am using IntelliJ IDEA 2019.1.1 Community Edition and scalatest_2.12 3.0.5. I am a newbie with scala and scalatest, but I have good background in Java and IntelliJ.

I would expect that when I select a scalatest scenario and right click I should see a menu that allows me to run only that particular scenario (and as a side effect the IDE to create a launcher for that particular test - that’s what I get in Java). However, I only see the maven Run commands…

What could I be doing wrong?

Thanks,
Vladimir