playwright 1.55.0-alpha-2025-07-29 → 1.55.0-alpha-1753913825000

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of playwright might be problematic. Click here for more details.

@@ -98,7 +98,7 @@ async function finishTaskRun(testRun, status) {
98
98
  }
99
99
  function createGlobalSetupTasks(config) {
100
100
  const tasks = [];
101
- if (!config.configCLIOverrides.preserveOutputDir && !process.env.PW_TEST_NO_REMOVE_OUTPUT_DIRS)
101
+ if (!config.configCLIOverrides.preserveOutputDir)
102
102
  tasks.push(createRemoveOutputDirsTask());
103
103
  tasks.push(
104
104
  ...createPluginSetupTasks(config),