[PR #7265] [MERGED] refactor(server): e2e #11570

Closed
opened 2026-02-05 14:41:58 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/7265
Author: @jrasm91
Created: 2/21/2024
Status: Merged
Merged: 2/21/2024
Merged by: @jrasm91

Base: mainHead: refactor/server-e2e


📝 Commits (3)

📊 Changes

5 files changed (+574 additions, -460 deletions)

View changed files

📝 e2e/src/api/specs/activity.e2e-spec.ts (+168 -125)
e2e/src/api/specs/person.e2e-spec.ts (+176 -0)
📝 e2e/src/api/specs/shared-link.e2e-spec.ts (+180 -140)
📝 e2e/src/utils.ts (+50 -4)
server/e2e/api/specs/person.e2e-spec.ts (+0 -191)

📄 Description

Man, the person e2e tests are rough. There's not enough functionality exposed through the API at the moment.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/7265 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 2/21/2024 **Status:** ✅ Merged **Merged:** 2/21/2024 **Merged by:** [@jrasm91](https://github.com/jrasm91) **Base:** `main` ← **Head:** `refactor/server-e2e` --- ### 📝 Commits (3) - [`87e1a64`](https://github.com/immich-app/immich/commit/87e1a645996c3b83089f990ff836901e17f9e1e2) refactor: activity e2e - [`1fe9b5b`](https://github.com/immich-app/immich/commit/1fe9b5b5d25098255d2a069718c3928a08140d22) refactor: person e2e - [`0d48139`](https://github.com/immich-app/immich/commit/0d48139f385e5b04cdaf2158717b42c7b73dee8a) refactor: shared link e2e ### 📊 Changes **5 files changed** (+574 additions, -460 deletions) <details> <summary>View changed files</summary> 📝 `e2e/src/api/specs/activity.e2e-spec.ts` (+168 -125) ➕ `e2e/src/api/specs/person.e2e-spec.ts` (+176 -0) 📝 `e2e/src/api/specs/shared-link.e2e-spec.ts` (+180 -140) 📝 `e2e/src/utils.ts` (+50 -4) ➖ `server/e2e/api/specs/person.e2e-spec.ts` (+0 -191) </details> ### 📄 Description Man, the person e2e tests are rough. There's not enough functionality exposed through the API at the moment. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:41:58 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#11570