我试图从grails cli运行单个测试或单个类,但无论我尝试什么,我都无法找到如何做到这一点。你们当中有谁知道这样做的命令是什么?
到目前为止我尝试了什么
test-app -integration -Dtest.single=package.ClassSpec
:仍然运行所有测试。用通配符替换包不会改变任何东西。test-app *ClassSpec* -integration
:运行10个可操作的任务,不完全确定哪些是这些测试,该类没有10个测试。我正在使用Grails 3.3.2
答案 0 :(得分:0)
./grailsw test-app MyClass
(最后没有规格或测试)
http://docs.grails.org/3.1.1/ref/Command%20Line/test-app.html