1
0
mirror of synced 2025-12-19 10:00:34 -05:00
Files
airbyte/airbyte-integrations/connectors/source-youtube-data/acceptance-test-config.yml
2025-12-19 14:50:04 +02:00

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