Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Forward stdout & stderr to Atom #8

Open
robertrossmann opened this issue Jan 2, 2019 · 1 comment
Open

Forward stdout & stderr to Atom #8

robertrossmann opened this issue Jan 2, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@robertrossmann
Copy link
Member

Is your feature request related to a problem? Please describe.

Sometimes the test suite produces logs relevant to test failures via custom logs, either to stdout or stderr streams. These streams are not captured by Mocha and are instead shown in the parent terminal window. This makes debugging harder to follow since the user must remember to look into that window to see the additional logs. This package somewhat sets the expectations that everything that's produced during test suite execution will be shown in Atom's Console UI.

Describe the solution you'd like

We might be able to capture the output streams when Mocha runs and send them over to Atom as custom events.

@robertrossmann robertrossmann added the enhancement New feature or request label Jan 2, 2019
@robertrossmann
Copy link
Member Author

This might be harder than initially thought: nodejs/node#8033

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant