venom icon indicating copy to clipboard operation
venom copied to clipboard

Add testcontainers dependency and have the e2e tests running from there

Open fokion opened this issue 2 years ago • 1 comments

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 avatar Oct 21 '23 21:10 fokion

this is one way on how to run venom in a unit test https://github.com/ovh/venom/pull/733

fokion avatar Oct 23 '23 08:10 fokion