Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add testcontainers dependency and have the e2e tests running from there #734

Open
fokion opened this issue Oct 21, 2023 · 1 comment
Open

Comments

@fokion
Copy link
Contributor

fokion commented Oct 21, 2023

Currently we have the tests running using make and sprinning the individual images one and having the cleanup afterwards. My proposal is to use https://golang.testcontainers.org/quickstart/ and basically have unit tests for the executors by spinning up the containers that we need and running venom from the unit test so no need for compilation in order to have the e2e.

@fokion
Copy link
Contributor Author

fokion commented Oct 23, 2023

this is one way on how to run venom in a unit test #733

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant