Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
31 lines
1.1 KiB
YAML
31 lines
1.1 KiB
YAML
# See [Connector Acceptance Tests](https://docs.airbyte.com/connector-development/testing-connectors/connector-acceptance-tests-reference)
|
|
# for more information about how to configure these tests
|
|
connector_image: airbyte/source-youtube-data:dev
|
|
acceptance_tests:
|
|
spec:
|
|
tests:
|
|
- spec_path: "manifest.yaml"
|
|
connection:
|
|
tests:
|
|
- config_path: "secrets/config_oauth.json"
|
|
status: "succeed"
|
|
- config_path: "secrets/config.json"
|
|
status: "succeed"
|
|
- config_path: "integration_tests/invalid_config.json"
|
|
status: "failed"
|
|
discovery:
|
|
tests:
|
|
- config_path: "secrets/config_oauth.json"
|
|
basic_read:
|
|
tests:
|
|
- config_path: "secrets/config_oauth.json"
|
|
configured_catalog_path: "integration_tests/configured_catalog.json"
|
|
timeout_seconds: 1200
|
|
incremental:
|
|
bypass_reason: "Connector doesn't support Incremental sync for any stream"
|
|
full_refresh:
|
|
tests:
|
|
- config_path: "secrets/config_oauth.json"
|
|
configured_catalog_path: "integration_tests/configured_catalog.json"
|
|
timeout_seconds: 3600
|