mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-14 07:12:19 +00:00
tests: fix flaky playwright tests
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user