Error message in *-result.json contains unicode #2176
-
Hello! I'm using jest, jest-circus and allure-jest. When my test fails, the error message in *-result.json in the test report contains Unicode text. For example:
Could you tell me, how to fix this? |
Beta Was this translation helpful? Give feedback.
Answered by
epszaw
Oct 26, 2023
Replies: 1 comment 2 replies
-
Hello! There is a fix which should resolve the problem. Jest reports error messages with ANSI codes, so I just cut them off to leave only the original error message and trace. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
yaroslavchaadaev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
There is a fix which should resolve the problem.
Jest reports error messages with ANSI codes, so I just cut them off to leave only the original error message and trace.