diff --git a/openmetadata-ui/src/main/resources/ui/playwright/e2e/Features/AutoPilot.spec.ts b/openmetadata-ui/src/main/resources/ui/playwright/e2e/Features/AutoPilot.spec.ts index ccaa5d68e95..addb603c49c 100644 --- a/openmetadata-ui/src/main/resources/ui/playwright/e2e/Features/AutoPilot.spec.ts +++ b/openmetadata-ui/src/main/resources/ui/playwright/e2e/Features/AutoPilot.spec.ts @@ -49,7 +49,7 @@ if (process.env.PLAYWRIGHT_IS_OSS) { // use the admin user to login test.use({ storageState: 'playwright/.auth/admin.json', - trace: process.env.PLAYWRIGHT_IS_OSS ? 'off' : 'on-first-retry', + trace: process.env.PLAYWRIGHT_IS_OSS ? 'off' : 'retain-on-failure', video: process.env.PLAYWRIGHT_IS_OSS ? 'on' : 'off', }); diff --git a/openmetadata-ui/src/main/resources/ui/playwright/e2e/nightly/AutoClassification.spec.ts b/openmetadata-ui/src/main/resources/ui/playwright/e2e/nightly/AutoClassification.spec.ts index 28fdea7d183..5b0731f8033 100644 --- a/openmetadata-ui/src/main/resources/ui/playwright/e2e/nightly/AutoClassification.spec.ts +++ b/openmetadata-ui/src/main/resources/ui/playwright/e2e/nightly/AutoClassification.spec.ts @@ -25,7 +25,7 @@ const mysqlService = new MysqlIngestionClass({ // use the admin user to login test.use({ storageState: 'playwright/.auth/admin.json', - trace: process.env.PLAYWRIGHT_IS_OSS ? 'off' : 'on-first-retry', + trace: process.env.PLAYWRIGHT_IS_OSS ? 'off' : 'retain-on-failure', video: process.env.PLAYWRIGHT_IS_OSS ? 'on' : 'off', }); diff --git a/openmetadata-ui/src/main/resources/ui/playwright/e2e/nightly/ServiceIngestion.spec.ts b/openmetadata-ui/src/main/resources/ui/playwright/e2e/nightly/ServiceIngestion.spec.ts index 0d7d8ff3a4d..dd3a556812d 100644 --- a/openmetadata-ui/src/main/resources/ui/playwright/e2e/nightly/ServiceIngestion.spec.ts +++ b/openmetadata-ui/src/main/resources/ui/playwright/e2e/nightly/ServiceIngestion.spec.ts @@ -58,7 +58,7 @@ if (process.env.PLAYWRIGHT_IS_OSS) { // use the admin user to login test.use({ storageState: 'playwright/.auth/admin.json', - trace: process.env.PLAYWRIGHT_IS_OSS ? 'off' : 'on-first-retry', + trace: process.env.PLAYWRIGHT_IS_OSS ? 'off' : 'retain-on-failure', video: process.env.PLAYWRIGHT_IS_OSS ? 'on' : 'off', });