Use headed mode for Playwright

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2024-12-02 17:18:24 +00:00
parent 0f3a057175
commit be7d4f8b46
No known key found for this signature in database
GPG key ID: A2B008A5F49F5D0D
4 changed files with 10 additions and 4 deletions

View file

@ -2,4 +2,4 @@
set -e
npx playwright test --update-snapshots --reporter line $@
HEADED=1 xvfb-run npx playwright test --update-snapshots --reporter line $@