listen on all interfaces for jasmine-browser

This commit is contained in:
Jack Case
2025-12-10 00:17:21 +00:00
parent 31a184be14
commit 4d4a91cf66

View File

@@ -27,11 +27,10 @@ export default {
// 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
// to all network interfaces.
listenAddress: "localhost",
listenAddress: "*",
// The hostname that the browser will use to connect to the server.
hostname: "localhost",
browser: {
name: "firefox",
headless: true