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
67 stars 40 forks source link

Handle error when styleSheets property is not defined #1602

Closed bkhanale closed 1 month ago

bkhanale commented 1 month ago

Some websites restrict the use of properties on shadow dom by throwing an error, which causes the builds to break. We're handling this with an error handler for one such cases where styleSheets property was causing Percy to fail.