1
0
mirror of synced 2026-01-06 06:04:16 -05:00
Files
airbyte/airbyte-integrations/connectors/source-clickup-api/acceptance-test-config.yml
brunofaustino 100cc60389 Source ClickUp: Optional Include Closed Tasks (#23951)
* acceptance test fix ignored_fields team dict

* added option to include or exclude closed tasks

* added change log

* delete doc file and use correct one

* update manifest version

* auto-bump connector version

---------

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-21 19:25:54 -03:00

33 lines
993 B
YAML

acceptance_tests:
basic_read:
tests:
- config_path: secrets/config.json
empty_streams: []
connection:
tests:
- config_path: secrets/config.json
status: succeed
- config_path: integration_tests/invalid_config.json
status: failed
discovery:
tests:
- config_path: secrets/config.json
full_refresh:
tests:
- config_path: secrets/config.json
configured_catalog_path: integration_tests/configured_catalog.json
ignored_fields:
team:
- name: members
bypass_reason: ignore changing value in full_refresh of acceptance-tests
- name: last_active
bypass_reason: ignore changing value in full_refresh of acceptance-tests
spec:
tests:
- spec_path: source_clickup_api/spec.yaml
timeout_seconds: 1200
incremental:
bypass_reason: "Incremental syncs are not supported on this connector."
connector_image: airbyte/source-clickup-api:dev
test_strictness_level: low