[PR #6359] [MERGED] Shard e2e ci jobs #25073

Closed
opened 2026-04-16 18:23:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6359
Author: @MatissJanis
Created: 12/10/2025
Status: Merged
Merged: 12/12/2025
Merged by: @MatissJanis

Base: masterHead: cursor/shard-e2e-ci-jobs-4ac8


📝 Commits (4)

  • f0a34b4 Refactor e2e-test workflow to improve Playwright test sharding and report handling
  • 00deb5d Merge branch 'master' into cursor/shard-e2e-ci-jobs-4ac8
  • 6527092 Remove VRT environment variable from e2e-test workflow to streamline test execution
  • 2e88bf7 Update e2e-test workflow to always upload VRT blob report artifacts, ensuring consistent artifact handling regardless of job cancellation.

📊 Changes

3 files changed (+62 additions, -7 deletions)

View changed files

📝 .github/workflows/e2e-test.yml (+54 -7)
📝 packages/desktop-client/playwright.config.ts (+1 -0)
upcoming-release-notes/6359.md (+7 -0)

📄 Description

This PR introduces 5-shard sharding for both VRT and functional e2e tests in CI.

Why:

  • Significantly reduces CI build times for e2e tests.
  • Improves developer feedback loop by providing faster test results.
  • Distributes test execution load more efficiently across runners.

Open in Cursor Open in Web


🔄 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/actualbudget/actual/pull/6359 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 12/10/2025 **Status:** ✅ Merged **Merged:** 12/12/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `cursor/shard-e2e-ci-jobs-4ac8` --- ### 📝 Commits (4) - [`f0a34b4`](https://github.com/actualbudget/actual/commit/f0a34b4b29f32aeee4127e96b8570e755016bc7b) Refactor e2e-test workflow to improve Playwright test sharding and report handling - [`00deb5d`](https://github.com/actualbudget/actual/commit/00deb5daaade1636761c1abc0646d9728ade80c5) Merge branch 'master' into cursor/shard-e2e-ci-jobs-4ac8 - [`6527092`](https://github.com/actualbudget/actual/commit/652709205f40c4130505b3289827b87aefe144aa) Remove VRT environment variable from e2e-test workflow to streamline test execution - [`2e88bf7`](https://github.com/actualbudget/actual/commit/2e88bf74a81911f0f37c35907c6cc309275400f1) Update e2e-test workflow to always upload VRT blob report artifacts, ensuring consistent artifact handling regardless of job cancellation. ### 📊 Changes **3 files changed** (+62 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/e2e-test.yml` (+54 -7) 📝 `packages/desktop-client/playwright.config.ts` (+1 -0) ➕ `upcoming-release-notes/6359.md` (+7 -0) </details> ### 📄 Description This PR introduces 5-shard sharding for both VRT and functional e2e tests in CI. **Why:** - Significantly reduces CI build times for e2e tests. - Improves developer feedback loop by providing faster test results. - Distributes test execution load more efficiently across runners. --- <a href="https://cursor.com/background-agent?bcId=bc-0d98a041-a981-447e-9577-f2fdfc786d44"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-cursor-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-cursor-light.svg"><img alt="Open in Cursor" src="https://cursor.com/open-in-cursor.svg"></picture></a>&nbsp;<a href="https://cursor.com/agents?id=bc-0d98a041-a981-447e-9577-f2fdfc786d44"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-web-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-web-light.svg"><img alt="Open in Web" src="https://cursor.com/open-in-web.svg"></picture></a> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 18:23:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#25073