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
Bonus if this also provides a way to have the samples in a different (documentation) module of the build. This is currently not easily possible and requires some boilerplate and has some limitations. I've done it in one of my pet projects:
Does only work for a single plugin module. If one documentation module should have sample tests for plugins coming from several modules, the individual pluginUnderTestMetadata files would need to be merged in order to construct the classpath
As a Gradle plugin author, I'd like to inject the Gradle plugin under test into the samples test.
Expected Behavior
Provide a
GradlePluginSamplesRunner
that configureswithPluginClasspath()
on TestKit.Current Behavior
Context
There's now 2 plugins that want this. Be cool to provide this.
The text was updated successfully, but these errors were encountered: