How I can render (console logs) browser errors, warnings in spec report. #74
bhavya-shukla-lrn
started this conversation in
General
Replies: 1 comment
-
Apologies I guess , I added my problem in different repo , I am not sure how to delete it we can close this one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to render errors and warnings from browser , to spec report , want the test to fail if any browser error occurs, I tried browser.getLogs but its deprecated in webdriver v7, have tried adding addConsoleLogs https://webdriver.io/docs/spec-reporter/#addconsolelogs but no luck seeing errors in specs reports, Any suggession.
Beta Was this translation helpful? Give feedback.
All reactions