ebrehault / resurrectio

CasperJS test recorder Chrome extension
GNU General Public License v2.0
721 stars 106 forks source link

Possible to use with local sites, or sites behind a firewall? #24

Closed brandondurham closed 9 years ago

brandondurham commented 9 years ago

I have a project I'm working on where I dev locally and deploy to an address behind a firewall. I've noticed that this script works for public sites, but won't capture anything for my project, in either location.

Tips on getting it to work?

ebrehault commented 9 years ago

If your run your CasperJS script on your machine, it will be able to access any web page you might access with your own web browser. So you definitely can access a web page at http://localhost/index.html. If your browser uses a proxy, you have to run casperjs with the same proxy settings.

brandondurham commented 9 years ago

I haven't been able to use resurrectio successfully on a localhost site. Always ends up with empty results.