Update snapshot (#2717)

This commit is contained in:
Michael Telatynski
2025-11-26 20:08:07 +00:00
committed by GitHub
parent 17a16d6750
commit d5e27e5b16
6 changed files with 15 additions and 4 deletions
+8 -1
View File
@@ -8,4 +8,11 @@ sleep 2
export DISPLAY=:99
npx playwright test --update-snapshots --reporter line $1
yarn install --frozen-lockfile
yarn build -l --dir
PLAYWRIGHT_HTML_OPEN=never ELEMENT_DESKTOP_EXECUTABLE="./dist/linux-unpacked/element-desktop" \
npx playwright test --update-snapshots --reporter line,html "$1"
# Clean up
rm -R core qemu_* || exit 0