You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/e2e/__snapshots__/allowed-hosts.test.js.snap.webpack4
+44
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,50 @@ Array [
44
44
45
45
exports[`allowed hosts should connect web socket client using "127.0.0.1" host to web socket server with the "auto" value ("ws"): page errors 1`] = `Array []`;
46
46
47
+
exports[`allowed hosts should connect web socket client using "chrome-extension:" protocol to web socket server with the "auto" value ("sockjs"): console messages 1`] = `
48
+
Array [
49
+
"[HMR] Waiting for update signal from WDS...",
50
+
"Hey.",
51
+
"[webpack-dev-server] Hot Module Replacement enabled.",
52
+
"[webpack-dev-server] Live Reloading enabled.",
53
+
]
54
+
`;
55
+
56
+
exports[`allowed hosts should connect web socket client using "chrome-extension:" protocol to web socket server with the "auto" value ("sockjs"): page errors 1`] = `Array []`;
57
+
58
+
exports[`allowed hosts should connect web socket client using "chrome-extension:" protocol to web socket server with the "auto" value ("ws"): console messages 1`] = `
59
+
Array [
60
+
"[HMR] Waiting for update signal from WDS...",
61
+
"Hey.",
62
+
"[webpack-dev-server] Hot Module Replacement enabled.",
63
+
"[webpack-dev-server] Live Reloading enabled.",
64
+
]
65
+
`;
66
+
67
+
exports[`allowed hosts should connect web socket client using "chrome-extension:" protocol to web socket server with the "auto" value ("ws"): page errors 1`] = `Array []`;
68
+
69
+
exports[`allowed hosts should connect web socket client using "file:" protocol to web socket server with the "auto" value ("sockjs"): console messages 1`] = `
70
+
Array [
71
+
"[HMR] Waiting for update signal from WDS...",
72
+
"Hey.",
73
+
"[webpack-dev-server] Hot Module Replacement enabled.",
74
+
"[webpack-dev-server] Live Reloading enabled.",
75
+
]
76
+
`;
77
+
78
+
exports[`allowed hosts should connect web socket client using "file:" protocol to web socket server with the "auto" value ("sockjs"): page errors 1`] = `Array []`;
79
+
80
+
exports[`allowed hosts should connect web socket client using "file:" protocol to web socket server with the "auto" value ("ws"): console messages 1`] = `
81
+
Array [
82
+
"[HMR] Waiting for update signal from WDS...",
83
+
"Hey.",
84
+
"[webpack-dev-server] Hot Module Replacement enabled.",
85
+
"[webpack-dev-server] Live Reloading enabled.",
86
+
]
87
+
`;
88
+
89
+
exports[`allowed hosts should connect web socket client using "file:" protocol to web socket server with the "auto" value ("ws"): page errors 1`] = `Array []`;
90
+
47
91
exports[`allowed hosts should connect web socket client using custom hostname to web socket server with the "all" value ("sockjs"): console messages 1`] = `
Copy file name to clipboardExpand all lines: test/e2e/__snapshots__/allowed-hosts.test.js.snap.webpack5
+44
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,50 @@ Array [
44
44
45
45
exports[`allowed hosts should connect web socket client using "127.0.0.1" host to web socket server with the "auto" value ("ws"): page errors 1`] = `Array []`;
46
46
47
+
exports[`allowed hosts should connect web socket client using "chrome-extension:" protocol to web socket server with the "auto" value ("sockjs"): console messages 1`] = `
48
+
Array [
49
+
"[HMR] Waiting for update signal from WDS...",
50
+
"Hey.",
51
+
"[webpack-dev-server] Hot Module Replacement enabled.",
52
+
"[webpack-dev-server] Live Reloading enabled.",
53
+
]
54
+
`;
55
+
56
+
exports[`allowed hosts should connect web socket client using "chrome-extension:" protocol to web socket server with the "auto" value ("sockjs"): page errors 1`] = `Array []`;
57
+
58
+
exports[`allowed hosts should connect web socket client using "chrome-extension:" protocol to web socket server with the "auto" value ("ws"): console messages 1`] = `
59
+
Array [
60
+
"[HMR] Waiting for update signal from WDS...",
61
+
"Hey.",
62
+
"[webpack-dev-server] Hot Module Replacement enabled.",
63
+
"[webpack-dev-server] Live Reloading enabled.",
64
+
]
65
+
`;
66
+
67
+
exports[`allowed hosts should connect web socket client using "chrome-extension:" protocol to web socket server with the "auto" value ("ws"): page errors 1`] = `Array []`;
68
+
69
+
exports[`allowed hosts should connect web socket client using "file:" protocol to web socket server with the "auto" value ("sockjs"): console messages 1`] = `
70
+
Array [
71
+
"[HMR] Waiting for update signal from WDS...",
72
+
"Hey.",
73
+
"[webpack-dev-server] Hot Module Replacement enabled.",
74
+
"[webpack-dev-server] Live Reloading enabled.",
75
+
]
76
+
`;
77
+
78
+
exports[`allowed hosts should connect web socket client using "file:" protocol to web socket server with the "auto" value ("sockjs"): page errors 1`] = `Array []`;
79
+
80
+
exports[`allowed hosts should connect web socket client using "file:" protocol to web socket server with the "auto" value ("ws"): console messages 1`] = `
81
+
Array [
82
+
"[HMR] Waiting for update signal from WDS...",
83
+
"Hey.",
84
+
"[webpack-dev-server] Hot Module Replacement enabled.",
85
+
"[webpack-dev-server] Live Reloading enabled.",
86
+
]
87
+
`;
88
+
89
+
exports[`allowed hosts should connect web socket client using "file:" protocol to web socket server with the "auto" value ("ws"): page errors 1`] = `Array []`;
90
+
47
91
exports[`allowed hosts should connect web socket client using custom hostname to web socket server with the "all" value ("sockjs"): console messages 1`] = `
0 commit comments