-
Notifications
You must be signed in to change notification settings - Fork 4.3k
/
Copy pathacceptance-test-config.yml
45 lines (45 loc) · 1.66 KB
/
acceptance-test-config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# 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-google-pagespeed-insights:dev
acceptance_tests:
spec:
tests:
- spec_path: "manifest.yaml"
connection:
tests:
- config_path: "secrets/config.json"
status: "succeed"
timeout_seconds: 120
- config_path: "integration_tests/invalid_config.json"
status: "failed"
timeout_seconds: 120
discovery:
tests:
- config_path: "secrets/config.json"
basic_read:
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
empty_streams:
[]
# Using expect_records we can make sure that our "categories-array" spec
# really works and produces multiple category request params
expect_records:
path: "integration_tests/expected_records.jsonl"
exact_order: yes
incremental:
bypass_reason: "This connector does not implement incremental sync"
full_refresh:
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
ignored_fields:
pagespeed:
- name: lighthouseResult
bypass_reason:
"This differs between two runs, as they are newly generated
per run"
- name: analysisUTCTimestamp
bypass_reason:
"This differs between two runs, as they are newly generated
per run"