-
Notifications
You must be signed in to change notification settings - Fork 47
Test suits encoding problems #32
Comments
+1 I have the same problem with german umlauts. When not using the teamcity reporter umlauts are correctly displayed in build logs. |
This ensures thad all tests are reported before the process ends. Closes #5
The bug is produced by fix d8d9e70 (issue #5): Windows OS console use ANSI and Issue #5 occurred because Also AppVeyor notifies about issue #5 in old Node.js versions: Garbled or missing output. I think we can revert d8d9e70 to fix the bug and reopen issue #5 with "it is known issue with nodejs < v0.11.12 on Windows ...". |
Reverted d8d9e70. fs.writeSync is used as workaround for node < v0.11.12 to fix the bug karma-runner#5. But now it is not needed. Closes karma-runner#32
Reverted d8d9e70. fs.writeSync is used as workaround for node < v0.11.12 to fix the bug karma-runner#5. But now it is not needed. Closes karma-runner#32
I am sorry, I was wrong in previous comment. It does not fix the bug, it just fixes encoding in console. I thought that TeamCity emulates TTY. |
Reverted d8d9e70. fs.writeSync is used as workaround for node < v0.11.12 to fix the bug karma-runner#5. But now it is not needed. Closes karma-runner#32
Ok, guys, take the solution! You should add configuration parameter |
@dizel3d, it's unbelievable! You did an amazing investigation! Thank you very much! |
Hello, I`ve encountered a teamcity reporter output issue with russian symbols in the test suits.
This issue can be reproduced by adding next test (karma-teamcity-reporter\examples\simple\index.spec.js):
And there is a screenshot from the teamcity:
The text was updated successfully, but these errors were encountered: