Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(testrunner): add DEBUG to testrunner #1014

Merged
merged 1 commit into from
Feb 14, 2020

Conversation

aslushnikov
Copy link
Collaborator

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

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`
@aslushnikov aslushnikov merged commit 8487ef2 into microsoft:master Feb 14, 2020
@aslushnikov aslushnikov deleted the add-debug-to-testrunner branch February 14, 2020 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant