You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: