diff options
| author | Oskar <oskar@mullvad.net> | 2025-09-01 15:39:00 +0200 |
|---|---|---|
| committer | Oskar <oskar@mullvad.net> | 2025-09-05 11:47:01 +0200 |
| commit | 985152f6ac87396c8ddac80db28e3aa5658efa3b (patch) | |
| tree | d647c8771a57daa716bc192127548821366994d3 | |
| parent | 22eb93188789974397554453b52a2f265989535d (diff) | |
| download | mullvadvpn-985152f6ac87396c8ddac80db28e3aa5658efa3b.tar.xz mullvadvpn-985152f6ac87396c8ddac80db28e3aa5658efa3b.zip | |
Set playwright reporter to line
| -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 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 |
