mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

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`