You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run the playwright e2e tests on debug mode (npx playwright test --debug, this allows you to get a debugger while running the tests), I get an error when trying to match the screenshots:
Not sure if this supposed to not work or if there is a problem with our setup. Is there another way to debug these tests (cc @edlerd). If this is a screenshot limitation, then IMO we should consider dropping them as having a debugger is vital for development.
The text was updated successfully, but these errors were encountered:
When I try to run the playwright e2e tests on debug mode (
npx playwright test --debug
, this allows you to get a debugger while running the tests), I get an error when trying to match the screenshots:Not sure if this supposed to not work or if there is a problem with our setup. Is there another way to debug these tests (cc @edlerd). If this is a screenshot limitation, then IMO we should consider dropping them as having a debugger is vital for development.
The text was updated successfully, but these errors were encountered: