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

前端 未结 1 451
無奈伤痛
無奈伤痛 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条回答
  • 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)
提交回复
热议问题