diff --git a/test/playwright/executor-tests/playwright-project/playwright.config.js b/test/playwright/executor-tests/playwright-project/playwright.config.js index 9724e68917..9f521d379f 100644 --- a/test/playwright/executor-tests/playwright-project/playwright.config.js +++ b/test/playwright/executor-tests/playwright-project/playwright.config.js @@ -40,6 +40,7 @@ module.exports = defineConfig({ /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ trace: 'on-first-retry', + video: 'on', }, /* Configure projects for major browsers */ @@ -48,16 +49,14 @@ module.exports = defineConfig({ name: 'chromium', use: { ...devices['Desktop Chrome'] }, }, - { name: 'firefox', use: { ...devices['Desktop Firefox'] }, }, - - // { - // name: 'webkit', - // use: { ...devices['Desktop Safari'] }, - // }, + { + name: 'webkit', + use: { ...devices['Desktop Safari'] }, + }, /* Test against mobile viewports. */ // {