Seperate unit tests from integration tests
PhilipRoman opened this issue · 0 comments
PhilipRoman commented
Integration tests take quite a long time to run, they should not be a part of the gradle test
build cycle.
Useful link: https://www.michael-bull.com/blog/2016/06/04/separating-integration-and-unit-tests-with-gradle
Previous link died, here is another one: https://blog.inspeerity.com/gradle/integration-and-unit-separate-gradle-tasks/