theintern / intern

A next-generation code testing stack for JavaScript.
https://theintern.io/
Other
4.36k stars 310 forks source link

Allow a bind address to be provided for Intern's test server #1052

Open jason0x43 opened 4 years ago

jason0x43 commented 4 years ago

In Intern 4, the server listens on localhost, which is fine when running a browser on the local machine, but doesn't necessarily work when trying to serve to browsers on other hosts or in VMs. This option would be distinct from serverUrl, which is the address a remote uses to get back to the host.