testkube icon indicating copy to clipboard operation
testkube copied to clipboard

e2e framework executor

Open olensmar opened this issue 2 years ago • 2 comments

I would like to run my E2E framework tests from inside my cluster without having to package them in a docker-image - see https://github.com/kubernetes-sigs/e2e-framework

olensmar avatar Jun 20 '22 05:06 olensmar

if it is invokable via a Webhook, probably you can use curl based executor to trigger e2e tests.

geowalrus4gh avatar Jul 18 '22 06:07 geowalrus4gh

Maybe it's worth to check if we would be able to run those tests as Ginkgo test suites, as they look like usual go tests?

exu avatar Aug 10 '22 08:08 exu