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.
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.
Any testing is highly appreciated.