containers / podman-desktop-e2e

Podman desktop e2e tests
Apache License 2.0
3 stars 7 forks source link

Update the pde2e-runner/builder images to allow to run e2e tests from external extension on windows #164

Closed odockal closed 4 months ago

odockal commented 5 months ago

Right now we have builder image that builds podman-desktop and so it creates a prerequisity step to run tests from podman-desktop. pde2e-runner then can builds and run the e2e tests.

Wr need to adapt the images to also allow checkouts another repo, builds it and run e2e tests from there.

We would need to add some parameters to better align the workflow in the image's scripts.

Next step would apply for Mac OS.