diff options
| author | Hank <hank@mullvad.net> | 2022-09-16 10:38:36 +0200 |
|---|---|---|
| committer | Hank <hank@mullvad.net> | 2022-09-20 11:34:23 +0200 |
| commit | c91f3e4c3474df282276da7d4d51eb8c771ab8be (patch) | |
| tree | caff28ed892cf57c0d7c61c378ffad06812aea36 /gui | |
| parent | 10e091c7423e02726e19e1dae6fe3f8ee5fa0912 (diff) | |
| download | mullvadvpn-c91f3e4c3474df282276da7d4d51eb8c771ab8be.tar.xz mullvadvpn-c91f3e4c3474df282276da7d4d51eb8c771ab8be.zip | |
Revert html reporter and remove github action artifact uploads
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/playwright.config.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/playwright.config.ts b/gui/playwright.config.ts index 6c894b6444..025675c831 100644 --- a/gui/playwright.config.ts +++ b/gui/playwright.config.ts @@ -13,7 +13,6 @@ const config: PlaywrightTestConfig = { screenshot: 'only-on-failure', video: 'retain-on-failure', }, - reporter: [['html', { open: 'never', outputFolder: 'test/e2e/playwright-report' }]], }; export default config; |
