summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorOskar <oskar@mullvad.net>2025-09-01 15:39:00 +0200
committerOskar <oskar@mullvad.net>2025-09-05 11:47:01 +0200
commit985152f6ac87396c8ddac80db28e3aa5658efa3b (patch)
treed647c8771a57daa716bc192127548821366994d3 /.github
parent22eb93188789974397554453b52a2f265989535d (diff)
downloadmullvadvpn-985152f6ac87396c8ddac80db28e3aa5658efa3b.tar.xz
mullvadvpn-985152f6ac87396c8ddac80db28e3aa5658efa3b.zip
Set playwright reporter to line
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/frontend.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml
index b410fa6620..25fb01f3dd 100644
--- a/.github/workflows/frontend.yml
+++ b/.github/workflows/frontend.yml
@@ -68,10 +68,10 @@ jobs:
working-directory: desktop
# The sandbox is disabled as a workaround for lacking userns permisisons which is required
# since Ubuntu 24.04.
- run: NO_SANDBOX=1 npm run e2e:no-build -w mullvad-vpn
+ run: NO_SANDBOX=1 npm run e2e:no-build -w mullvad-vpn -- --reporter=line
- name: Run Playwright tests on Windows/macOS
if: runner.os != 'Linux'
working-directory: desktop
shell: bash
- run: npm run e2e:no-build --w mullvad-vpn
+ run: npm run e2e:no-build --w mullvad-vpn -- --reporter=line