[PR #2762] [MERGED] Add run-vrt script to run vrt inside docker #38925

Closed
opened 2026-04-23 11:54:03 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2762
Author: @joel-jeremy
Created: 5/15/2024
Status: Merged
Merged: 5/16/2024
Merged by: @joel-jeremy

Base: masterHead: yarn-vrt-docker


📝 Commits (5)

📊 Changes

4 files changed (+66 additions, -2 deletions)

View changed files

bin/run-vrt (+32 -0)
📝 package.json (+1 -0)
📝 packages/desktop-client/README.md (+27 -2)
upcoming-release-notes/2762.md (+6 -0)

📄 Description

Run vrt tests in the standardized docker container by simply running:

yarn vrt:docker

# to update snapshots
yarn vrt:docker --update-snapshots

🔄 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/2762 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 5/15/2024 **Status:** ✅ Merged **Merged:** 5/16/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `yarn-vrt-docker` --- ### 📝 Commits (5) - [`53d0ddd`](https://github.com/actualbudget/actual/commit/53d0ddd09b0a042cd094439b72a5bdfda51f3ec1) Add run-vrt script to run vrt inside docker - [`f4bcd07`](https://github.com/actualbudget/actual/commit/f4bcd078388348a5211ed9d282b8704652a088e0) Release notes - [`31a710e`](https://github.com/actualbudget/actual/commit/31a710e80dfa7b511d3d207b4cb3b7288adf87e1) Update README - [`8dfb0fc`](https://github.com/actualbudget/actual/commit/8dfb0fcf24452d711490bebb2cb3ad771370ba21) Support E2E_START_URL env variable - [`de9a17f`](https://github.com/actualbudget/actual/commit/de9a17fc740a1b0bf6525d2a8d2402e256a7cae8) Update README ### 📊 Changes **4 files changed** (+66 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `bin/run-vrt` (+32 -0) 📝 `package.json` (+1 -0) 📝 `packages/desktop-client/README.md` (+27 -2) ➕ `upcoming-release-notes/2762.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 --> Run vrt tests in the standardized docker container by simply running: ```sh yarn vrt:docker # to update snapshots yarn vrt:docker --update-snapshots ``` --- <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-23 11:54:03 -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#38925