Skip to content
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

Error Message text under cucumber steps are not in proper string #286

Open
PratheepMK opened this issue Jul 29, 2023 · 1 comment
Open

Comments

@PratheepMK
Copy link

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

@FoxiChen
Copy link

FoxiChen commented Sep 4, 2023

I found the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants