So, zombie.js has a rerouting capability which the Browser class uses to make fakewebsite.com route to localhost. I wanted to generalize and expand on this capability for other testing scenarios. I created a something that expands on reroute.js and intercepts node's DNS to reroute requests.
So, zombie.js has a rerouting capability which the Browser class uses to make
fakewebsite.com
route tolocalhost
. I wanted to generalize and expand on this capability for other testing scenarios. I created a something that expands onreroute.js
and intercepts node's DNS to reroute requests.Is there any interest in spinning this off?