listen on all interfaces for jasmine-browser
This commit is contained in:
@@ -27,11 +27,10 @@ export default {
|
|||||||
// For security, listen only to localhost. You can also specify a different
|
// For security, listen only to localhost. You can also specify a different
|
||||||
// hostname or IP address, or remove the property or set it to "*" to listen
|
// hostname or IP address, or remove the property or set it to "*" to listen
|
||||||
// to all network interfaces.
|
// to all network interfaces.
|
||||||
listenAddress: "localhost",
|
listenAddress: "*",
|
||||||
|
|
||||||
// The hostname that the browser will use to connect to the server.
|
// The hostname that the browser will use to connect to the server.
|
||||||
hostname: "localhost",
|
hostname: "localhost",
|
||||||
|
|
||||||
browser: {
|
browser: {
|
||||||
name: "firefox",
|
name: "firefox",
|
||||||
headless: true
|
headless: true
|
||||||
|
|||||||
Reference in New Issue
Block a user