playwright-python icon indicating copy to clipboard operation
playwright-python copied to clipboard

[Feature]: Visual comparisons in python

Open chasays opened this issue 4 years ago • 2 comments

Feature request

In the Python side, did you plan to visual comparison like JS? thanks

chasays avatar Aug 06 '21 03:08 chasays

Visual comparisons need to be implemented on the test framework side. For Pytest we track it in this issue: https://github.com/microsoft/playwright-pytest/issues/63

Which test framework / test-runner are you using?

For Pytest someone already did it: https://github.com/kumaraditya303/pytest-playwright-snapshot

mxschmitt avatar Aug 06 '21 09:08 mxschmitt