diff options
| author | Oskar <oskar@mullvad.net> | 2025-09-01 15:39:00 +0200 |
|---|---|---|
| committer | Oskar <oskar@mullvad.net> | 2025-09-01 15:39:00 +0200 |
| commit | 877e7fac47c2e0ece4022d5bfcc3b3be5f186738 (patch) | |
| tree | e472af89349752c52092aa7f2470cff3a07b540a | |
| parent | 4f03db1de3224d666cf6fc5ab255f3629435a59a (diff) | |
| download | mullvadvpn-investigate-tests.tar.xz mullvadvpn-investigate-tests.zip | |
Set playwright reporter to lineinvestigate-tests
| -rw-r--r-- | .github/workflows/frontend.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index cf9ead4895..946d191cf7 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 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 |
