garris / BackstopJS

Catch CSS curve balls.
http://backstopjs.org
MIT License
6.67k stars 605 forks source link

there should be an option to change Backstop remote from localhost:3000 to 0.0.0.1:3000 #1436

Open goyalmayank522 opened 1 year ago

goyalmayank522 commented 1 year ago

Currently, the localhost url is hard coded into the backstop remote repository. Please look into that.

goyalmayank522 commented 1 year ago

@garris any thoughts?

goyalmayank522 commented 1 year ago

@garris Tried too many things but was not able to use approve feature on public URL. Finally, found a quick hack: After generating the backstopJS report, replace the static 127.0.0.1:3000 to any other URL in backstop_data/html_report/index_bundle.js And this will work!!!

BTW thanks @garris for this awesome feature.