Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Zedel <[email protected]>
  • Loading branch information
mzedel committed Jan 9, 2025
1 parent b6ba881 commit 5968853
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/tests/e2e_tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ const options: PlaywrightTestConfig = {
timeout: 60000,
use: {
...contextArgs,
contextOptions: contextArgs,
screenshot: 'only-on-failure',
video: process.env.CI_COMMIT_REF_PROTECTED ? 'on' : 'retain-on-failure',
// headless: false,
contextOptions: contextArgs,
launchOptions,
trace: process.env.BROWSER == 'webkit' ? 'retain-on-failure' : 'off'
screenshot: 'only-on-failure',
trace: process.env.BROWSER == 'webkit' ? 'retain-on-failure' : 'off',
video: process.env.CI_COMMIT_REF_PROTECTED ? 'on' : 'retain-on-failure'
}
};

Expand Down

0 comments on commit 5968853

Please sign in to comment.