haystack-core-integrations
haystack-core-integrations copied to clipboard
Run integration tests on Jina integration
I noticed that differently from other integrations, we don't have integration tests with the Jina API.
We should introduce some (one for each component) to make sure everything works correctly.
This would mean:
- providing a Jina API key to the CI environment
- writing these tests.
Once the Jina API key is set, we could also open this issue for contributions.
Remember that, in any case, tests that require API keys are not run in PRs from forks, so the reviewer should run the integration tests locally before merging.