The standard source test suite is in master. It’s ...
# contributing-to-airbyte
c
The standard source test suite is in master. It’s pretty barebones, but it’s a place to start. You can pattern match off of the gradle.build file for
source-github-singer
for how to configure it. You run it with this command
./gradlew :airbyte-integrations:connectors:source-github-singer:standardSourceTest
. It is not integrated into the build yet, but can be used for developing new integrations. I’ll add a readme tomorrow, but I ran out of time today and want to make sure people stay unblocked.
u
as you need more features to make it work with new integrations feel free to add them. it is definitely not complete enough to cover everything. happy to help / suggest on how to extend it.