gpt4 book ai didi

scala - 如何使用 SBT 仅运行单个 Spec2 规范?

转载 作者:行者123 更新时间:2023-12-03 20:27:52 24 4
gpt4 key购买 nike

如果您在 SBT 项目中定义了 2 个测试:

class Spec1 extends Specification {
def is =
"Tests for specification 1" ^
p ^
"Test case 1" ! todo ^
end
}


class Spec2 extends Specification {
def is =
"Tests for specification 2" ^
p ^
"Test case 2" ! todo ^
end
}

然后运行 ​​ test从内部 SBT 将执行这两个测试。仅运行其中一项测试的最简单方法是什么?

最佳答案

使用 test-only sbt 命令。

sbt> test-only com.example.MySpec

您甚至可以使用通配符来运行一系列测试。
How to execute tests that match a regular expression only?

关于scala - 如何使用 SBT 仅运行单个 Spec2 规范?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13798193/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com