garris/BackstopJS

data-tags as locators for readySelector/removeSelectors/hideSelectors

Alexbirvik opened this issue · 1 comments

I use data-testid in some cases as locators in my app: https://playwright.dev/docs/locators#locate-by-test-id
Can we use those data tags as locators in readySelector/ removeSelectors/ hideSelectors?

I found out how to use that!