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:
実行するだけで、スポック統合テストを実行できます
grails integration:spock
スポック テストではないすべての統合テストを実行するにはどうすればよいですか?
ありがとう
grails test-app integration:integrationすべての JUnit 統合テストに使用されます。
grails test-app integration:integration