mardi 27 septembre 2016

How do I make IntelliJ IDEA run all the tests including sub packages

If I click on a package and do control-shift-F10, it failed with this error:

Error running ScalaTests in 'tests': Not found suite class.

And when open test configuration i see the the "Test Package" is

src.main.scala.com.myproject.pro.integration.tests

And when i change it to be:

com.myproject.pro.integration.tests

it just run the tests that existing in the first level without running the sub packages tests.

my configuration:

enter image description here

Aucun commentaire:

Enregistrer un commentaire