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
70 stars 43 forks source link

Replace 127.0.0.1 with render.percy.local #1571

Closed pankaj443 closed 5 months ago

pankaj443 commented 5 months ago

Github Issue: https://github.com/percy/cli/issues/1568 We can across an issue where when server defined with 127.0.0.1 instead of localhost on rails application was throwing unknown route error. This was due to replacement of Url was not happening for it. Ficed this to replace domain with render.percy.local in both cases.