[PR #1300] [CLOSED] [WIP] 👷 visual regression tests #3654

Closed
opened 2026-02-28 20:44:47 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1300
Author: @MatissJanis
Created: 7/6/2023
Status: Closed

Base: masterHead: matiss/vrt


📝 Commits (1)

  • f722346 👷 visual regression tests

📊 Changes

31 files changed (+112 additions, -32 deletions)

View changed files

📝 packages/desktop-client/e2e/accounts.test.js (+2 -0)
packages/desktop-client/e2e/accounts.test.js-snapshots/Accounts-creates-a-new-account-and-views-the-initial-balance-transaction-1-chromium-darwin.png (+0 -0)
📝 packages/desktop-client/e2e/budget.test.js (+2 -0)
packages/desktop-client/e2e/budget.test.js-snapshots/Budget-renders-the-summary-information-available-funds-overspent-budgeted-and-for-next-month-1-chromium-darwin.png (+0 -0)
📝 packages/desktop-client/e2e/onboarding.test.js (+6 -0)
packages/desktop-client/e2e/onboarding.test.js-snapshots/Onboarding-checks-the-page-design-1-chromium-darwin.png (+0 -0)
📝 packages/desktop-client/e2e/page-models/configuration-page.js (+4 -0)
📝 packages/desktop-client/e2e/reports.test.js (+2 -0)
packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-net-worth-and-cash-flow-reports-1-chromium-darwin.png (+0 -0)
📝 packages/desktop-client/e2e/rules.test.js (+6 -0)
packages/desktop-client/e2e/rules.test.js-snapshots/Rules-checks-the-page-design-1-chromium-darwin.png (+0 -0)
packages/desktop-client/e2e/rules.test.js-snapshots/Rules-creates-a-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-1-chromium-darwin.png (+0 -0)
📝 packages/desktop-client/e2e/schedules.test.js (+6 -0)
packages/desktop-client/e2e/schedules.test.js-snapshots/Schedules-checks-the-page-design-1-chromium-darwin.png (+0 -0)
packages/desktop-client/e2e/schedules.test.js-snapshots/Schedules-creates-a-new-schedule-posts-the-transaction-and-later-completes-it-1-chromium-darwin.png (+0 -0)
packages/desktop-client/e2e/screenshot.config.js (+6 -0)
📝 packages/desktop-client/e2e/settings.test.js (+5 -0)
packages/desktop-client/e2e/settings.test.js-snapshots/Settings-checks-the-page-design-1-chromium-darwin.png (+0 -0)
📝 packages/desktop-client/e2e/transactions.test.js (+3 -3)
packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-creates-test-transactions-1-chromium-darwin.png (+0 -0)

...and 11 more files

📄 Description

Closes #1292

Basic visual regression (screenshot) 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/1300 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 7/6/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `matiss/vrt` --- ### 📝 Commits (1) - [`f722346`](https://github.com/actualbudget/actual/commit/f7223463295fe21980ddc962e025ee6a1969b1b2) :construction_worker: visual regression tests ### 📊 Changes **31 files changed** (+112 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/accounts.test.js` (+2 -0) ➕ `packages/desktop-client/e2e/accounts.test.js-snapshots/Accounts-creates-a-new-account-and-views-the-initial-balance-transaction-1-chromium-darwin.png` (+0 -0) 📝 `packages/desktop-client/e2e/budget.test.js` (+2 -0) ➕ `packages/desktop-client/e2e/budget.test.js-snapshots/Budget-renders-the-summary-information-available-funds-overspent-budgeted-and-for-next-month-1-chromium-darwin.png` (+0 -0) 📝 `packages/desktop-client/e2e/onboarding.test.js` (+6 -0) ➕ `packages/desktop-client/e2e/onboarding.test.js-snapshots/Onboarding-checks-the-page-design-1-chromium-darwin.png` (+0 -0) 📝 `packages/desktop-client/e2e/page-models/configuration-page.js` (+4 -0) 📝 `packages/desktop-client/e2e/reports.test.js` (+2 -0) ➕ `packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-net-worth-and-cash-flow-reports-1-chromium-darwin.png` (+0 -0) 📝 `packages/desktop-client/e2e/rules.test.js` (+6 -0) ➕ `packages/desktop-client/e2e/rules.test.js-snapshots/Rules-checks-the-page-design-1-chromium-darwin.png` (+0 -0) ➕ `packages/desktop-client/e2e/rules.test.js-snapshots/Rules-creates-a-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-1-chromium-darwin.png` (+0 -0) 📝 `packages/desktop-client/e2e/schedules.test.js` (+6 -0) ➕ `packages/desktop-client/e2e/schedules.test.js-snapshots/Schedules-checks-the-page-design-1-chromium-darwin.png` (+0 -0) ➕ `packages/desktop-client/e2e/schedules.test.js-snapshots/Schedules-creates-a-new-schedule-posts-the-transaction-and-later-completes-it-1-chromium-darwin.png` (+0 -0) ➕ `packages/desktop-client/e2e/screenshot.config.js` (+6 -0) 📝 `packages/desktop-client/e2e/settings.test.js` (+5 -0) ➕ `packages/desktop-client/e2e/settings.test.js-snapshots/Settings-checks-the-page-design-1-chromium-darwin.png` (+0 -0) 📝 `packages/desktop-client/e2e/transactions.test.js` (+3 -3) ➕ `packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-creates-test-transactions-1-chromium-darwin.png` (+0 -0) _...and 11 more files_ </details> ### 📄 Description Closes #1292 Basic visual regression (screenshot) 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 20:44:47 -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#3654