playwright/packages/playwright-core/src/utils
Andrey Lushnikov df7fbe7857
Revert "chore: best-effort cleanup for output folders that are mounted (#12300)" (#12321)
This reverts commit e5c9d1e39f.

Reason for revert: turns out this fix results in a 5-second delay
when starting tests in docker, with `test-results` folder being
a non-removable mount.

The reason for the delay is the `maxBusyTries` option that we
supply by default to rimraf when trying to remove the folder.

While this option might come handy when removing temporary
browser profile folder, it doesn't serve us well in this particular
usecase.

References #12106
2022-02-23 14:10:11 -08:00
..
async.ts chore(test runner): prepare to per-fixture timeout (#11605) 2022-01-25 11:22:28 -08:00
browserFetcher.ts chore: add browser like UA to browser fetcher (#11006) 2022-01-14 02:46:17 -08:00
comparators.ts chore: move comparator logic to playwright-core (#12232) 2022-02-18 14:39:17 -08:00
debugLogger.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
dependencies.ts chore: don't write into stdout from the test runner, use reporters instead (#11367) 2022-01-12 19:52:40 -08:00
errors.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
eventsHelper.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
httpServer.ts chore: don't write into stdout from the test runner, use reporters instead (#11367) 2022-01-12 19:52:40 -08:00
multimap.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
nativeDeps.ts fix(docker): add missing dependency to the docker 1.19 (#12124) 2022-02-15 10:25:59 -08:00
netUtils.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
processLauncher.ts fix: do not show taskkill.exe output (#10244) 2021-11-11 18:32:22 +01:00
registry.ts chore(dotnet): do not use global CLI and use ps1 instead (#12025) 2022-02-11 11:26:16 -08:00
socksProxy.ts chore: intercept socks proxy in the driver (#12021) 2022-02-13 14:03:47 -08:00
stackTrace.ts chore: fix(stack): ignore stack frames inside whole core (#11935) 2022-02-08 10:33:50 -08:00
stringUtils.ts feat(locator.withText): allow narrowing locators to those with text (#10688) 2021-12-03 09:27:06 -08:00
timeoutSettings.ts test: migrate to upstream fixtures (#9835) 2021-10-28 08:31:30 -07:00
ubuntuVersion.ts chore: add browser like UA to browser fetcher (#11006) 2022-01-14 02:46:17 -08:00
utils.ts Revert "chore: best-effort cleanup for output folders that are mounted (#12300)" (#12321) 2022-02-23 14:10:11 -08:00
verifyNodeJsVersion.ts chore: don't write into stdout from the test runner, use reporters instead (#11367) 2022-01-12 19:52:40 -08:00
vfs.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
zones.ts chore(zones): prepare to remove wrapApiCall, introduce zones (#10427) 2021-11-18 22:30:09 -08:00