[PR #4752] [MERGED] :electron: Playwright test fixture #5567

Closed
opened 2026-02-28 21:14:32 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4752
Author: @MikesGlitch
Created: 4/5/2025
Status: Merged
Merged: 4/6/2025
Merged by: @MikesGlitch

Base: masterHead: electron/playwright-fixture


📝 Commits (10+)

📊 Changes

6 files changed (+75 additions, -16 deletions)

View changed files

📝 .github/workflows/update-vrt.yml (+4 -0)
packages/desktop-electron/e2e/__screenshots__/onboarding.test.ts/Onboarding-checks-the-page-visuals-2-linux.png (+0 -0)
packages/desktop-electron/e2e/fixtures.ts (+50 -0)
📝 packages/desktop-electron/e2e/onboarding.test.ts (+13 -15)
📝 packages/desktop-electron/playwright.config.ts (+2 -1)
upcoming-release-notes/4752.md (+6 -0)

📄 Description

Added an Electron Playwright fixture to do all the setup for Electron tests.


🔄 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/4752 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 4/5/2025 **Status:** ✅ Merged **Merged:** 4/6/2025 **Merged by:** [@MikesGlitch](https://github.com/MikesGlitch) **Base:** `master` ← **Head:** `electron/playwright-fixture` --- ### 📝 Commits (10+) - [`841efd9`](https://github.com/actualbudget/actual/commit/841efd952f24f7b5c3be7a987ff497d2c3745566) playwright test fixture - [`d7d3ca7`](https://github.com/actualbudget/actual/commit/d7d3ca76347aee61361d2acfe4dbfff654095c1e) release notes - [`7a22aef`](https://github.com/actualbudget/actual/commit/7a22aef3ccd7af1fca7b8a13ec63eca1d823a1b1) update snapshots - [`946bf3c`](https://github.com/actualbudget/actual/commit/946bf3cd9507ac4f50c0bf9ceb15932727fb72dc) test - [`ea37e74`](https://github.com/actualbudget/actual/commit/ea37e7424b9024a161bf920a6aa1739e6d187df0) again - [`1cbb2cd`](https://github.com/actualbudget/actual/commit/1cbb2cd9f5adc75856b583985c3ea982ee9abdf7) same timeout as web client - [`37b9927`](https://github.com/actualbudget/actual/commit/37b99276f79e3700e00a96d66a2ebbf4bc806e4e) faster - [`e26fcd3`](https://github.com/actualbudget/actual/commit/e26fcd3a0ba2fa08d5b73d5804470d5c0c391722) srsly - [`c421d07`](https://github.com/actualbudget/actual/commit/c421d07c8eb9f76a376af341ef22bd5f770ce0dd) Update VRT - [`67cbeb9`](https://github.com/actualbudget/actual/commit/67cbeb93fa1ba922921eba951b7b3b28a75b379d) update test ### 📊 Changes **6 files changed** (+75 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/update-vrt.yml` (+4 -0) ➕ `packages/desktop-electron/e2e/__screenshots__/onboarding.test.ts/Onboarding-checks-the-page-visuals-2-linux.png` (+0 -0) ➕ `packages/desktop-electron/e2e/fixtures.ts` (+50 -0) 📝 `packages/desktop-electron/e2e/onboarding.test.ts` (+13 -15) 📝 `packages/desktop-electron/playwright.config.ts` (+2 -1) ➕ `upcoming-release-notes/4752.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> Added an Electron Playwright fixture to do all the setup for Electron tests. --- <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-02-28 21:14:32 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5567