[PR #7203] [MERGED] refactor: server auth e2e #11535

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

📋 Pull Request Information

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

Base: mainHead: refactor/server-e2e


📝 Commits (1)

  • e8bdd92 refactor: server auth e2e

📊 Changes

17 files changed (+2977 additions, -454 deletions)

View changed files

📝 .github/workflows/test.yml (+25 -2)
📝 e2e/docker-compose.yml (+2 -3)
📝 e2e/package-lock.json (+2425 -81)
📝 e2e/package.json (+7 -3)
📝 e2e/playwright.config.ts (+2 -3)
e2e/src/api/setup.ts (+26 -0)
e2e/src/api/specs/auth.e2e-spec.ts (+291 -0)
e2e/src/fixtures.ts (+19 -0)
e2e/src/responses.ts (+103 -0)
📝 e2e/src/utils.ts (+58 -46)
📝 e2e/src/web/specs/auth.e2e-spec.ts (+5 -4)
📝 e2e/tsconfig.json (+1 -2)
e2e/vitest.config.ts (+13 -0)
server/e2e/api/specs/auth.e2e-spec.ts (+0 -294)
📝 server/test/fixtures/auth.stub.ts (+0 -5)
server/test/fixtures/device.stub.ts (+0 -10)
📝 server/test/fixtures/index.ts (+0 -1)

📄 Description

No description provided


🔄 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/7203 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 2/19/2024 **Status:** ✅ Merged **Merged:** 2/19/2024 **Merged by:** [@jrasm91](https://github.com/jrasm91) **Base:** `main` ← **Head:** `refactor/server-e2e` --- ### 📝 Commits (1) - [`e8bdd92`](https://github.com/immich-app/immich/commit/e8bdd9278e6ce5ee760cabc97a4326d3a9834d14) refactor: server auth e2e ### 📊 Changes **17 files changed** (+2977 additions, -454 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+25 -2) 📝 `e2e/docker-compose.yml` (+2 -3) 📝 `e2e/package-lock.json` (+2425 -81) 📝 `e2e/package.json` (+7 -3) 📝 `e2e/playwright.config.ts` (+2 -3) ➕ `e2e/src/api/setup.ts` (+26 -0) ➕ `e2e/src/api/specs/auth.e2e-spec.ts` (+291 -0) ➕ `e2e/src/fixtures.ts` (+19 -0) ➕ `e2e/src/responses.ts` (+103 -0) 📝 `e2e/src/utils.ts` (+58 -46) 📝 `e2e/src/web/specs/auth.e2e-spec.ts` (+5 -4) 📝 `e2e/tsconfig.json` (+1 -2) ➕ `e2e/vitest.config.ts` (+13 -0) ➖ `server/e2e/api/specs/auth.e2e-spec.ts` (+0 -294) 📝 `server/test/fixtures/auth.stub.ts` (+0 -5) ➖ `server/test/fixtures/device.stub.ts` (+0 -10) 📝 `server/test/fixtures/index.ts` (+0 -1) </details> ### 📄 Description _No description provided_ --- <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:19 +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#11535