diff --git a/ui-tests/playwright-lite.config.js b/ui-tests/playwright-lite.config.js index e682d2eb9..b2cf5b649 100644 --- a/ui-tests/playwright-lite.config.js +++ b/ui-tests/playwright-lite.config.js @@ -14,8 +14,12 @@ module.exports = { retries: 1, use: { ...baseConfig.use, - trace: 'off', - + acceptDownloads: true, + appPath: '', + autoGoto: false, + baseURL: 'http://localhost:8000', + trace: 'retain-on-failure', + video: 'retain-on-failure', }, expect: { toMatchSnapshot: {