-
Notifications
You must be signed in to change notification settings - Fork 47
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
Fail playwright tests when console errors exists #3345
Fail playwright tests when console errors exists #3345
Conversation
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Been trying to merge this for last couple of days now, seems every time I pull latest from main bunch of other things break. Going to keep trying till I get all check passing |
…onsole-errors-exists
Sorry I forgot about this should have got it merged but not lots of things are failing, probably because there are new error. I can look at getting the list updating and getting it merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the future, consider using the terms "allow list" and "block list" instead of "white list" and "black list".
…onsole-errors-exists
awaits
If this gets super annoying, we can disable it via setting
FAIL_ON_CONSOLE_ERRORS
to false inplaywright.yml
, but yeah ideally it'd be good to have a cursory glance at these errors just incase they're legit.