immich-go icon indicating copy to clipboard operation
immich-go copied to clipboard

add e2e tests in CI

Open simulot opened this issue 6 months ago • 0 comments

The communication between, immich-go and the current version of immich server should be tested before merging a PR or whenever an new version of the server is released.

To initiate the communication with a freshly installed server, an admin user must be created as it is done for the demo app: https://github.com/immich-app/demo/blob/main/demo-restart.sh

1- Create the admin user using /auth/admin-sign-up endpoint 2- Log in as admin, get the token 3- Create an API key

simulot avatar Feb 16 '24 14:02 simulot