-
Notifications
You must be signed in to change notification settings - Fork 63
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
Mocha colored-reporters support #162
Comments
I am using Windows Terminal Preview ( I have also tried with CMD ). Here is a project using mocha directly: And here my project using electron-mocha: Both of them use the same reporter, but with electron-mocha, it doesn't output the colors, I have also tried other themes and happens the same. My project is https://github.com/Graviton-Code-Editor/Graviton-App in case you want to try it by yourself |
It's probably bug of Electron on Windows, see electron/electron#15727 (closed) and electron/electron#27170 (active). |
i've got the same locally on linux. No colors. when printing |
I have been trying for my self, but I can't get working any colored mocha reporter, I mean, it displays the text, but not the colors.
I know electron-mocha uses https://nodejs.org/dist/latest-v12.x/docs/api/console.html to print in to the main process, but it doesn't print the colors.
Any thoughts on this?
The text was updated successfully, but these errors were encountered: