playwright/utils
Andrey Lushnikov 8487ef2821
feat(testrunner): add DEBUG to testrunner (#1014)
The plan is to collect logs for the whole test run and upload it later on
using https://github.com/actions/upload-artifact

Produced log size:
- 163MB (8.5MB zipped) for Chromium: `DEBUG=* npm run unit 2>log`
- 135MB (4.8MB zipped) for WebKit: `DEBUG=*,-pw:wrapped* npm run wunit 2>log`
- 29MB (4.0MB zipped) for Firefox: `DEBUG=* npm run funit 2>log`
2020-02-14 15:21:08 -08:00
..
doclint chore: generate browser versions when doing release (#999) 2020-02-13 18:26:38 -08:00
flakiness-dashboard Initial commit 2019-11-19 10:58:15 -08:00
protocol-types-generator tests: explicitly close contexts for browser.newPage (#875) 2020-02-06 15:18:07 -08:00
testrunner feat(testrunner): add DEBUG to testrunner (#1014) 2020-02-14 15:21:08 -08:00
testserver fix(navigations): remove LifecycleWatcher, fix flakes (#882) 2020-02-10 18:35:47 -08:00
apply_next_version.js Initial commit 2019-11-19 10:58:15 -08:00
bisect.js api: remove BrowserFetcher from api, update docs (#487) 2020-01-14 10:07:26 -08:00
check_availability.js api: remove BrowserFetcher from api, update docs (#487) 2020-01-14 10:07:26 -08:00
ESTreeWalker.js Initial commit 2019-11-19 10:58:15 -08:00
runWebpack.js feat(pw-web): generate playwright/web.js which can be used in the browser (#455) 2020-01-10 16:03:10 -08:00
sync_package_versions.js chore: npm packages (#525) 2020-01-21 12:22:17 -08:00