tests: fix flaky playwright tests

This commit is contained in:
Elias Schneider
2024-10-25 22:48:34 +02:00
parent 47e164b4b5
commit 735dc70d5f
5 changed files with 6 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ export default defineConfig({
workers: 1,
reporter: process.env.CI
? [['html'], ['github']]
: [['line'], ['html', { open: 'never', outputFolder: 'tests/.output' }]],
: [['line'], ['html', { open: 'never', outputFolder: 'tests/.report' }]],
use: {
baseURL: 'http://localhost',
video: 'retain-on-failure',