How to run all scalatest of a multi-modules sbt with intellij?

前端 未结 1 452
無奈伤痛
無奈伤痛 2021-02-05 15:30

I can run:

  1. a specific scala test
    • either by right clicking on the test and choose run
    • or if I have run it once previously, by select
1条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-05 16:03

    You should be able to right click on the root directory of the project and click Run "All Tests". This recursively searches for tests in your project, and will run the tests in each module.

    0 讨论(0)
提交回复
热议问题