We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc3e89 commit 2629bf4Copy full SHA for 2629bf4
README.md
@@ -48,3 +48,16 @@ Releases are available in the GitHub release tab.
48
[Apache Kafka]: http://kafka.apache.org
49
[Google BigQuery]: https://cloud.google.com/bigquery/
50
[Kafka]: http://kafka.apache.org
51
+
52
+## Integration test setup
53
54
+In order to execute the integration tests a clone of this repository must be made and the following
55
+properties added to the repository secrets
56
57
+GCP_CREDENTIALS - this should be the contents of a json file that you download when you create GCP account key.
58
59
+KCBQ_TEST_BUCKET - the bucket to use for the tests
60
61
+KCBQ_TEST_DATASET - the data set to use for the tests.
62
63
+KBCQ_TEST_PROJECT - the project to use for the tests.
0 commit comments