LibrePhotos / librephotos-docker

You can find here the Dockerfiles for the automated build process of LibrePhotos.
MIT License
157 stars 101 forks source link

allow to create separate environment for e2e tests #78

Closed sickelap closed 1 year ago

sickelap commented 1 year ago

This is another take on creating an environment for e2e testing. This change achieve the same as in https://github.com/LibrePhotos/librephotos-docker/pull/77.

The main goal was to be able to have 2 separate environments in the same machine. One for regular use/development and another ephemeral environment (e2e) for running tests.

This is still an incomplete solution, but it will give a head start for e2e testing.

image

Any testing is highly appreciated.

derneuere commented 1 year ago

This looks more like what I had in mind. Looks good to me 👍

derneuere commented 1 year ago

Should I merge this and the frontend pull request now?

sickelap commented 1 year ago

Yes, I'll close https://github.com/LibrePhotos/librephotos-docker/pull/77