How do you share classes between test configurations using SBT

后端 未结 4 1876
野的像风
野的像风 2021-01-01 18:05

I have followed the instructions on SBT\'s documentation for setting up test configurations. I have three test configurations Test, IntegrationTest, and AcceptanceTest. So m

4条回答
  •  抹茶落季
    2021-01-01 18:38

    An approach is documented here: http://www.scala-sbt.org/release/docs/Detailed-Topics/Testing#additional-test-configurations-with-shared-sources

提交回复
热议问题