Hi we are looking at adding Test Builders to our t...
# apollo-kotlin
m
Hi we are looking at adding Test Builders to our tests but ran into an issue with modularization. We have a specific module that contains all the GraphQL files and subsequent generated classes. But since Test Builders get put into a test directory, we can't get any visibility of them for modules that want to do GraphQL -> Domain model mapping tests. Is there any way to expose the Test Builders to other modules?
m
(that thread also discusses some of the trade offs)