You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we've added connections to Cloud for our sandbox accounts, we can move forward with automating live tests.
Implementation
Add a list of connection IDs against which to test to each connector's metadata.yaml. These sandboxes should come from the integration-test-sandboxes workspace here. We can match up the source:connections using airbyte-api and automatically populate the metadata.yaml for the connector.
Update the GHA workflow for regression tests to add a pull request option. When regression tests are run in this context, they'll pass in the connection ID from a sandbox account.
Acceptance criteria
Live tests run automatically on PRs, against sandbox accounts only.
The outcome of the test run is visible in a status check.
The text was updated successfully, but these errors were encountered:
Now that we've added connections to Cloud for our sandbox accounts, we can move forward with automating live tests.
Implementation
integration-test-sandboxes
workspace here. We can match up the source:connections usingairbyte-api
and automatically populate themetadata.yaml
for the connector.Acceptance criteria
The text was updated successfully, but these errors were encountered: