Because the standard project layout of a Java project defines only one test directory (src/test), we have no standard way to add integration tests to our Gradle build. If we want to use the standard project layout, we can add integration tests to our Gradle build by using one of the following options: We can add our integration tests to the same directory than our unit tests. This is an awful idea
{{#tags}}- {{label}}
{{/tags}}