Add Testcontainers for integration testing #637
ilopezluna
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
@ilopezluna Looks great. We will give this a try in our e2e tests (https://github.com/run-llama/create-llama/tree/main/e2e) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi from the Testcontainers community! 👋
I'm one of the maintainers of the OSS Testcontainers library (which is nowadays supported by Docker) and I'd like to contribute a small improvement regarding the current integration test suite.
I have created this branch to show how Testcontainers can be used to spin up a QdrantVector container (or any other container) without need to use any additional script file, right from within the test code.
Testcontainers offers a scalable and efficient solution to these challenges by enabling us to:
I leave here the link to our docs site in case you are interested in understanding more about our proposition to run integration tests with real dependencies: https://www.testcontainers.org/
Please let me know if you want to know more about the project, I'm open to any collaboration.
Beta Was this translation helpful? Give feedback.
All reactions