The current docs don't work well if integration tests are part of the main build using something like the Nebula Facet, or defining a custom source set.
The problem is all tasks in the build will ignore failures, which is not the desired result.
Update the documentation to present an alternative configuration strategy.
In addition, the current instructions do not describe how to filter via tags using Gradle, only Maven, and passing -Dtags= does not work w/o a minor change to the Gradle build configuration
The current docs don't work well if integration tests are part of the main build using something like the Nebula Facet, or defining a custom source set.
The problem is all tasks in the build will ignore failures, which is not the desired result.
Update the documentation to present an alternative configuration strategy.
In addition, the current instructions do not describe how to filter via tags using Gradle, only Maven, and passing -Dtags= does not work w/o a minor change to the Gradle build configuration