gkushang/cucumber-html-reporter

Error Message text under cucumber steps are not in proper string

Opened this issue · 1 comments

Please refer https://stackoverflow.com/questions/75151555/cucumber-html-report-error-is-not-display-in-correct-way
Expected:
Error: expect(received).toStrictEqual(expected) // deep equality

   Expected: "Store 20:59:45"
   Received: "Store 6953"

Actual

Error: �[2mexpect(�[22m�[31mreceived�[39m�[2m).�[22mtoStrictEqual�[2m(�[22m�[32mexpected�[39m�[2m) // deep equality�[22m

Expected: �[32m"Store �[7m20:59:45�[27m"�[39m
Received: �[31m"Store �[7m6953�[27m"�[39m

I found the same issue