playwright/src/utils
Dmitry Gozman 246495f705
fix(tracing): improve captureStackTrace (#8236)
- Simplify by only considering client/ vs non-client/
- Fix stack traces when calling from other playwright code, e.g. from the cli
- Account for re-entrant calls that happen when
  instrumenting context creation/desctruction
- Add tests
- Fix StackTraceView on Windows
2021-08-16 17:06:38 -07:00
..
browserFetcher.ts chore: simplify Registry api (#7451) 2021-07-09 16:10:23 -07:00
debugLogger.ts feat(browserServer): forward local ports (#6375) 2021-05-25 17:11:32 +02:00
dependencies.ts test: fix some failing locators tests (#7989) 2021-08-04 23:36:27 +02:00
errors.ts feat(scopes): make page a scope (#4300) 2020-11-02 13:06:54 -08:00
eventsHelper.ts chore: move processLauncher into src/utils (#7504) 2021-07-07 21:14:16 +02:00
httpServer.ts feat(inspector): wire snapshots to inspector (#5628) 2021-02-26 14:16:32 -08:00
processLauncher.ts chore: move processLauncher into src/utils (#7504) 2021-07-07 21:14:16 +02:00
registry.ts chore: nicer message to ask for browser installation (#7691) 2021-07-16 17:00:27 -07:00
stackTrace.ts fix(tracing): improve captureStackTrace (#8236) 2021-08-16 17:06:38 -07:00
timeoutSettings.ts feat(debug): PWDEBUG=console vs PWDEBUG=inspector (#6213) 2021-04-20 15:58:34 -07:00
ubuntuVersion.ts chore: move installDeps to Registry (#7431) 2021-07-01 17:14:04 -07:00
utils.ts feat(test-result): render image diff (#8061) 2021-08-07 15:47:03 -07:00