garris/BackstopJS

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

Opened this issue · 2 comments

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

@garris any thoughts?

@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.