We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f434e7 commit da6f02cCopy full SHA for da6f02c
airbyte-integrations/connectors/source-prestashop/acceptance-test-config.yml
@@ -1,6 +1,7 @@
1
# See [Connector Acceptance Tests](https://docs.airbyte.com/connector-development/testing-connectors/connector-acceptance-tests-reference)
2
# for more information about how to configure these tests
3
connector_image: airbyte/source-prestashop:dev
4
+test_strictness_level: high
5
acceptance_tests:
6
spec:
7
tests:
airbyte-integrations/connectors/source-prestashop/metadata.yaml
@@ -34,4 +34,10 @@ data:
34
connectorTestSuitesOptions:
35
- suite: unitTests
36
- suite: integrationTests
37
+ testSecrets:
38
+ - name: SECRET_SOURCE-PRESTASHOP__CREDS
39
+ fileName: config.json
40
+ secretStore:
41
+ type: GSM
42
+ alias: airbyte-connector-testing-secret-store
43
metadataSpecVersion: "1.0"
0 commit comments