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

Don't ignore stderr from the CLI. Only ignore stderr from the XVFB process #921

Closed
brian-mann opened this issue Nov 16, 2017 · 2 comments
Closed
Assignees
Milestone

Comments

@brian-mann
Copy link
Member

Debug flags like DEBUG=cypress:* or NODE_DEBUG=request don't work because we're ignoring stderr from the Cypress child process.

We need to listen to stderr but just ignore the xvfb child process (which is super noisy).

We could even conditionally do that by seeing if cypress:xvfb is enabled, and if so to log those events as well.

@brian-mann
Copy link
Member Author

Also need to fix electron on Windows not outputting any colors.

brian-mann added a commit that referenced this issue Dec 21, 2017
…pt when linux + xvfb

- filter out stderr messages coming from Xlib or libudev (from xvfb)
@brian-mann brian-mann added this to the 1.4.1 milestone Dec 24, 2017
@brian-mann
Copy link
Member Author

Released in 1.4.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants