percy / cli

The Percy CLI is used to interact with, and upload snapshots to, percy.io via the command line.
https://docs.percy.io/docs/cli-overview
71 stars 44 forks source link

[Enhancement] Add element 'masking' to current capabilities #1029

Closed unlikelyzero closed 2 years ago

unlikelyzero commented 2 years ago

Enhancement

We're currently considering moving some of our percy tests to playwright's built in snapshot capabilities due to the 'mask' capabilities which were recently added https://playwright.dev/docs/test-assertions#page-assertions-to-have-screenshot-1-option-mask

I've used Applitools in the past and the eyes.check().ignore() property was something we leaned on pretty heavily https://applitools.com/docs/topics/sdk/the-eyes-sdk-check-fluent-api.html?Highlight=ignore

Are there any plans to add an ignore or mask property to the sdk?

djones commented 2 years ago

Hey @unlikelyzero 👋🏻, thanks for the suggestion.

Are there any plans to add an ignore or mask property to the sdk?

Sure are! We're currently working on a feature along these lines. No promises on when it'll be ready, but stay tuned.