[PR #2105] [MERGED] tests: Attempt fix flaky e2e tests #1978

Closed
opened 2026-03-02 12:00:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/2105
Author: @MohamedBassem
Created: 11/8/2025
Status: Merged
Merged: 11/8/2025
Merged by: @MohamedBassem

Base: mainHead: e2e-flaky-tests


📝 Commits (3)

📊 Changes

8 files changed (+114 additions, -42 deletions)

View changed files

📝 .github/workflows/ci.yml (+8 -0)
packages/e2e_tests/.gitignore (+2 -0)
📝 packages/e2e_tests/docker-compose.yml (+1 -0)
📝 packages/e2e_tests/setup/startContainers.ts (+23 -0)
📝 packages/e2e_tests/tests/api/assets.test.ts (+27 -5)
📝 packages/e2e_tests/tests/api/bookmarks.test.ts (+34 -6)
📝 packages/e2e_tests/tests/api/public.test.ts (+8 -12)
📝 packages/e2e_tests/tests/workers/crawler.test.ts (+11 -19)

📄 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/karakeep-app/karakeep/pull/2105 **Author:** [@MohamedBassem](https://github.com/MohamedBassem) **Created:** 11/8/2025 **Status:** ✅ Merged **Merged:** 11/8/2025 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `e2e-flaky-tests` --- ### 📝 Commits (3) - [`f3bbfe2`](https://github.com/karakeep-app/karakeep/commit/f3bbfe215e2461426929c2576e08aee0c4e8747f) tests: Attempt to fix flaky tests - [`5afe32f`](https://github.com/karakeep-app/karakeep/commit/5afe32f2148c067fe84d2386bd55ceb1a58661e7) fix internal address - [`aa909b9`](https://github.com/karakeep-app/karakeep/commit/aa909b9f9051be0c88b4beb85d8943753c3759ba) fix assets tests ### 📊 Changes **8 files changed** (+114 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+8 -0) ➕ `packages/e2e_tests/.gitignore` (+2 -0) 📝 `packages/e2e_tests/docker-compose.yml` (+1 -0) 📝 `packages/e2e_tests/setup/startContainers.ts` (+23 -0) 📝 `packages/e2e_tests/tests/api/assets.test.ts` (+27 -5) 📝 `packages/e2e_tests/tests/api/bookmarks.test.ts` (+34 -6) 📝 `packages/e2e_tests/tests/api/public.test.ts` (+8 -12) 📝 `packages/e2e_tests/tests/workers/crawler.test.ts` (+11 -19) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 12:00:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1978
No description provided.