Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 grails 测试中,我有一堆集成测试,它们是标准的 grail 集成测试和 sock 测试。
我可以通过这样做来运行所有集成
grails integration:
我只能通过执行来运行 spock 集成测试
grails integration:spock
如何运行所有不是 spock 测试的集成测试?
谢谢
grails test-app integration:integration用于所有 JUnit 集成测试。
grails test-app integration:integration