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.
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.