diff options
| author | Hank <hank@mullvad.net> | 2022-09-15 12:54:07 +0200 |
|---|---|---|
| committer | Hank <hank@mullvad.net> | 2022-09-20 11:34:21 +0200 |
| commit | 2cac6314d136a4c8623a26534c5cc4c8b683920e (patch) | |
| tree | 53deddb019bc8860190dfa5a78f22f0c263eb055 /gui | |
| parent | f602b7d7877ed237078432e0c4b755e5b9987adf (diff) | |
| download | mullvadvpn-2cac6314d136a4c8623a26534c5cc4c8b683920e.tar.xz mullvadvpn-2cac6314d136a4c8623a26534c5cc4c8b683920e.zip | |
Output playwright report as html and upload in Github on failure
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/playwright.config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/playwright.config.ts b/gui/playwright.config.ts index 025675c831..6c894b6444 100644 --- a/gui/playwright.config.ts +++ b/gui/playwright.config.ts @@ -13,6 +13,7 @@ const config: PlaywrightTestConfig = { screenshot: 'only-on-failure', video: 'retain-on-failure', }, + reporter: [['html', { open: 'never', outputFolder: 'test/e2e/playwright-report' }]], }; export default config; |
