Gradle Testkit: Fake repos like in nebula-test

We’re using nebula-test to do integration testing of our Gradle plugins.
A feature of nebula-test extensively used by us is the ability to set up a fake repository with fake artifacts for the build under test up front.
Now I’m wondering if there is something similar in Testkit? Couldn’t find it in the API nor in google.

At the moment TestKit does not provide the functionality for creating repositories and dependencies for testing purposes. We do have a design spec for it in place. We’d love to see the functionality in Gradle core. Would you be interested in contributing the feature?

Hi Benjamin,

thanks for the info, at the present time however, I can’t spend the time on making the contribution myself.

Regards,

Armin