mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 19:14:22 -05:00
:electron: Playwright test fixture (#4752)
* playwright test fixture * release notes * update snapshots * test * again * same timeout as web client * faster * srsly * Update VRT * update test * get rid of this test for now * updating update-vrt * speed it up a bit * same timeout as desktop-client --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/update-vrt.yml
vendored
4
.github/workflows/update-vrt.yml
vendored
@@ -31,6 +31,10 @@ jobs:
|
||||
ref: ${{ steps.comment-branch.outputs.head_ref }}
|
||||
- name: Set up environment
|
||||
uses: ./.github/actions/setup
|
||||
- name: Run VRT Tests on Desktop app
|
||||
continue-on-error: true
|
||||
run: |
|
||||
xvfb-run --auto-servernum --server-args="-screen 0 1920x1080x24" -- yarn e2e:desktop --update-snapshots
|
||||
- name: Wait for Netlify build to finish
|
||||
id: netlify
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user