Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f777df5

Browse files
committedAug 29, 2021
test: refactor
1 parent b5d1c83 commit f777df5

File tree

3 files changed

+428
-400
lines changed

3 files changed

+428
-400
lines changed
 

‎test/e2e/__snapshots__/proxy.test.js.snap.webpack4

+76-76
Original file line numberDiff line numberDiff line change
@@ -32,39 +32,87 @@ exports[`proxy option as an array without the \`route\` option respects a proxy
3232

3333
exports[`proxy option as an array without the \`route\` option respects a proxy option: response text 1`] = `"from proxy1"`;
3434

35-
exports[`proxy option as an object of paths with properties byPass can rewrite a request path regardless of the target defined a bypass option: console messages 1`] = `Array []`;
35+
exports[`proxy option as an object of paths with properties respects a pathRewrite option: console messages 1`] = `Array []`;
3636

37-
exports[`proxy option as an object of paths with properties byPass can rewrite a request path regardless of the target defined a bypass option: page errors 1`] = `Array []`;
37+
exports[`proxy option as an object of paths with properties respects a pathRewrite option: page errors 1`] = `Array []`;
3838

39-
exports[`proxy option as an object of paths with properties byPass can rewrite a request path regardless of the target defined a bypass option: response status 1`] = `200`;
39+
exports[`proxy option as an object of paths with properties respects a pathRewrite option: response status 1`] = `200`;
4040

41-
exports[`proxy option as an object of paths with properties byPass can rewrite a request path regardless of the target defined a bypass option: response text 1`] = `
41+
exports[`proxy option as an object of paths with properties respects a pathRewrite option: response text 1`] = `"from proxy2"`;
42+
43+
exports[`proxy option as an object of paths with properties respects a proxy option when a request path is matched: console messages 1`] = `Array []`;
44+
45+
exports[`proxy option as an object of paths with properties respects a proxy option when a request path is matched: page errors 1`] = `Array []`;
46+
47+
exports[`proxy option as an object of paths with properties respects a proxy option when a request path is matched: response status 1`] = `200`;
48+
49+
exports[`proxy option as an object of paths with properties respects a proxy option when a request path is matched: response text 1`] = `"from proxy1"`;
50+
51+
exports[`proxy option as an option is an object with \`context\` and \`target\` as string respects a proxy option: console messages 1`] = `Array []`;
52+
53+
exports[`proxy option as an option is an object with \`context\` and \`target\` as string respects a proxy option: page errors 1`] = `Array []`;
54+
55+
exports[`proxy option as an option is an object with \`context\` and \`target\` as string respects a proxy option: response status 1`] = `200`;
56+
57+
exports[`proxy option as an option is an object with \`context\` and \`target\` as string respects a proxy option: response text 1`] = `"from proxy1"`;
58+
59+
exports[`proxy option as an option is an object with the \`context\` option respects a proxy option: console messages 1`] = `Array []`;
60+
61+
exports[`proxy option as an option is an object with the \`context\` option respects a proxy option: page errors 1`] = `Array []`;
62+
63+
exports[`proxy option as an option is an object with the \`context\` option respects a proxy option: response status 1`] = `200`;
64+
65+
exports[`proxy option as an option is an object with the \`context\` option respects a proxy option: response text 1`] = `"from proxy1"`;
66+
67+
exports[`proxy option as an option is an object with the \`path\` option (\`context\` alias) respects a proxy option: console messages 1`] = `Array []`;
68+
69+
exports[`proxy option as an option is an object with the \`path\` option (\`context\` alias) respects a proxy option: page errors 1`] = `Array []`;
70+
71+
exports[`proxy option as an option is an object with the \`path\` option (\`context\` alias) respects a proxy option: response status 1`] = `200`;
72+
73+
exports[`proxy option as an option is an object with the \`path\` option (\`context\` alias) respects a proxy option: response text 1`] = `"from proxy1"`;
74+
75+
exports[`proxy option as an option is an object with the \`router\` option respects a proxy option: console messages 1`] = `Array []`;
76+
77+
exports[`proxy option as an option is an object with the \`router\` option respects a proxy option: page errors 1`] = `Array []`;
78+
79+
exports[`proxy option as an option is an object with the \`router\` option respects a proxy option: response status 1`] = `200`;
80+
81+
exports[`proxy option as an option is an object with the \`router\` option respects a proxy option: response text 1`] = `"from proxy1"`;
82+
83+
exports[`proxy option proxy with byPass can rewrite a request path regardless of the target defined a bypass option: console messages 1`] = `Array []`;
84+
85+
exports[`proxy option proxy with byPass can rewrite a request path regardless of the target defined a bypass option: page errors 1`] = `Array []`;
86+
87+
exports[`proxy option proxy with byPass can rewrite a request path regardless of the target defined a bypass option: response status 1`] = `200`;
88+
89+
exports[`proxy option proxy with byPass can rewrite a request path regardless of the target defined a bypass option: response text 1`] = `
4290
"Hello
4391
"
4492
`;
4593

46-
exports[`proxy option as an object of paths with properties byPass can rewrite a request path: console messages 1`] = `Array []`;
94+
exports[`proxy option proxy with byPass can rewrite a request path: console messages 1`] = `Array []`;
4795

48-
exports[`proxy option as an object of paths with properties byPass can rewrite a request path: page errors 1`] = `Array []`;
96+
exports[`proxy option proxy with byPass can rewrite a request path: page errors 1`] = `Array []`;
4997

50-
exports[`proxy option as an object of paths with properties byPass can rewrite a request path: response status 1`] = `200`;
98+
exports[`proxy option proxy with byPass can rewrite a request path: response status 1`] = `200`;
5199

52-
exports[`proxy option as an object of paths with properties byPass can rewrite a request path: response text 1`] = `
100+
exports[`proxy option proxy with byPass can rewrite a request path: response text 1`] = `
53101
"Hello
54102
"
55103
`;
56104

57-
exports[`proxy option as an object of paths with properties byPass should not pass through a proxy when a bypass function returns false: console messages 1`] = `
105+
exports[`proxy option proxy with byPass should not pass through a proxy when a bypass function returns false: console messages 1`] = `
58106
Array [
59107
"Failed to load resource: the server responded with a status of 404 (Not Found)",
60108
]
61109
`;
62110

63-
exports[`proxy option as an object of paths with properties byPass should not pass through a proxy when a bypass function returns false: page errors 1`] = `Array []`;
111+
exports[`proxy option proxy with byPass should not pass through a proxy when a bypass function returns false: page errors 1`] = `Array []`;
64112

65-
exports[`proxy option as an object of paths with properties byPass should not pass through a proxy when a bypass function returns false: response status 1`] = `404`;
113+
exports[`proxy option proxy with byPass should not pass through a proxy when a bypass function returns false: response status 1`] = `404`;
66114

67-
exports[`proxy option as an object of paths with properties byPass should not pass through a proxy when a bypass function returns false: response text 1`] = `
115+
exports[`proxy option proxy with byPass should not pass through a proxy when a bypass function returns false: response text 1`] = `
68116
"<!DOCTYPE html>
69117
<html lang=\\"en\\">
70118
<head>
@@ -78,49 +126,49 @@ exports[`proxy option as an object of paths with properties byPass should not pa
78126
"
79127
`;
80128

81-
exports[`proxy option as an object of paths with properties byPass should pass through a proxy when a bypass function returns null: console messages 1`] = `Array []`;
129+
exports[`proxy option proxy with byPass should pass through a proxy when a bypass function returns null: console messages 1`] = `Array []`;
82130

83-
exports[`proxy option as an object of paths with properties byPass should pass through a proxy when a bypass function returns null: page errors 1`] = `Array []`;
131+
exports[`proxy option proxy with byPass should pass through a proxy when a bypass function returns null: page errors 1`] = `Array []`;
84132

85-
exports[`proxy option as an object of paths with properties byPass should pass through a proxy when a bypass function returns null: response status 1`] = `200`;
133+
exports[`proxy option proxy with byPass should pass through a proxy when a bypass function returns null: response status 1`] = `200`;
86134

87-
exports[`proxy option as an object of paths with properties byPass should pass through a proxy when a bypass function returns null: response text 1`] = `
135+
exports[`proxy option proxy with byPass should pass through a proxy when a bypass function returns null: response text 1`] = `
88136
"\\"use strict\\";
89137

90138
console.log(\\"Hey.\\");
91139
"
92140
`;
93141

94-
exports[`proxy option as an object of paths with properties byPass should wait if bypass returns promise: console messages 1`] = `Array []`;
142+
exports[`proxy option proxy with byPass should wait if bypass returns promise: console messages 1`] = `Array []`;
95143

96-
exports[`proxy option as an object of paths with properties byPass should wait if bypass returns promise: page errors 1`] = `Array []`;
144+
exports[`proxy option proxy with byPass should wait if bypass returns promise: page errors 1`] = `Array []`;
97145

98-
exports[`proxy option as an object of paths with properties byPass should wait if bypass returns promise: response status 1`] = `200`;
146+
exports[`proxy option proxy with byPass should wait if bypass returns promise: response status 1`] = `200`;
99147

100-
exports[`proxy option as an object of paths with properties byPass should wait if bypass returns promise: response text 1`] = `"proxy async response"`;
148+
exports[`proxy option proxy with byPass should wait if bypass returns promise: response text 1`] = `"proxy async response"`;
101149

102-
exports[`proxy option as an object of paths with properties byPass should work with the 'target' option #2: console messages 1`] = `Array []`;
150+
exports[`proxy option proxy with byPass should work with the 'target' option #2: console messages 1`] = `Array []`;
103151

104-
exports[`proxy option as an object of paths with properties byPass should work with the 'target' option #2: page errors 1`] = `Array []`;
152+
exports[`proxy option proxy with byPass should work with the 'target' option #2: page errors 1`] = `Array []`;
105153

106-
exports[`proxy option as an object of paths with properties byPass should work with the 'target' option #2: response status 1`] = `200`;
154+
exports[`proxy option proxy with byPass should work with the 'target' option #2: response status 1`] = `200`;
107155

108-
exports[`proxy option as an object of paths with properties byPass should work with the 'target' option #2: response text 1`] = `
156+
exports[`proxy option proxy with byPass should work with the 'target' option #2: response text 1`] = `
109157
"Hello
110158
"
111159
`;
112160

113-
exports[`proxy option as an object of paths with properties byPass should work with the 'target' option: console messages 1`] = `
161+
exports[`proxy option proxy with byPass should work with the 'target' option: console messages 1`] = `
114162
Array [
115163
"Failed to load resource: the server responded with a status of 404 (Not Found)",
116164
]
117165
`;
118166

119-
exports[`proxy option as an object of paths with properties byPass should work with the 'target' option: page errors 1`] = `Array []`;
167+
exports[`proxy option proxy with byPass should work with the 'target' option: page errors 1`] = `Array []`;
120168

121-
exports[`proxy option as an object of paths with properties byPass should work with the 'target' option: response status 1`] = `404`;
169+
exports[`proxy option proxy with byPass should work with the 'target' option: response status 1`] = `404`;
122170

123-
exports[`proxy option as an object of paths with properties byPass should work with the 'target' option: response text 1`] = `
171+
exports[`proxy option proxy with byPass should work with the 'target' option: response text 1`] = `
124172
"<!DOCTYPE html>
125173
<html lang=\\"en\\">
126174
<head>
@@ -134,54 +182,6 @@ exports[`proxy option as an object of paths with properties byPass should work w
134182
"
135183
`;
136184

137-
exports[`proxy option as an object of paths with properties pathRewrite respects a pathRewrite option: console messages 1`] = `Array []`;
138-
139-
exports[`proxy option as an object of paths with properties pathRewrite respects a pathRewrite option: page errors 1`] = `Array []`;
140-
141-
exports[`proxy option as an object of paths with properties pathRewrite respects a pathRewrite option: response status 1`] = `200`;
142-
143-
exports[`proxy option as an object of paths with properties pathRewrite respects a pathRewrite option: response text 1`] = `"from proxy2"`;
144-
145-
exports[`proxy option as an object of paths with properties target respects a proxy option when a request path is matched: console messages 1`] = `Array []`;
146-
147-
exports[`proxy option as an object of paths with properties target respects a proxy option when a request path is matched: page errors 1`] = `Array []`;
148-
149-
exports[`proxy option as an object of paths with properties target respects a proxy option when a request path is matched: response status 1`] = `200`;
150-
151-
exports[`proxy option as an object of paths with properties target respects a proxy option when a request path is matched: response text 1`] = `"from proxy1"`;
152-
153-
exports[`proxy option as an option is an object with \`context\` and \`target\` as string respects a proxy option: console messages 1`] = `Array []`;
154-
155-
exports[`proxy option as an option is an object with \`context\` and \`target\` as string respects a proxy option: page errors 1`] = `Array []`;
156-
157-
exports[`proxy option as an option is an object with \`context\` and \`target\` as string respects a proxy option: response status 1`] = `200`;
158-
159-
exports[`proxy option as an option is an object with \`context\` and \`target\` as string respects a proxy option: response text 1`] = `"from proxy1"`;
160-
161-
exports[`proxy option as an option is an object with the \`context\` option respects a proxy option: console messages 1`] = `Array []`;
162-
163-
exports[`proxy option as an option is an object with the \`context\` option respects a proxy option: page errors 1`] = `Array []`;
164-
165-
exports[`proxy option as an option is an object with the \`context\` option respects a proxy option: response status 1`] = `200`;
166-
167-
exports[`proxy option as an option is an object with the \`context\` option respects a proxy option: response text 1`] = `"from proxy1"`;
168-
169-
exports[`proxy option as an option is an object with the \`path\` option (\`context\` alias) respects a proxy option: console messages 1`] = `Array []`;
170-
171-
exports[`proxy option as an option is an object with the \`path\` option (\`context\` alias) respects a proxy option: page errors 1`] = `Array []`;
172-
173-
exports[`proxy option as an option is an object with the \`path\` option (\`context\` alias) respects a proxy option: response status 1`] = `200`;
174-
175-
exports[`proxy option as an option is an object with the \`path\` option (\`context\` alias) respects a proxy option: response text 1`] = `"from proxy1"`;
176-
177-
exports[`proxy option as an option is an object with the \`router\` option respects a proxy option: console messages 1`] = `Array []`;
178-
179-
exports[`proxy option as an option is an object with the \`router\` option respects a proxy option: page errors 1`] = `Array []`;
180-
181-
exports[`proxy option as an option is an object with the \`router\` option respects a proxy option: response status 1`] = `200`;
182-
183-
exports[`proxy option as an option is an object with the \`router\` option respects a proxy option: response text 1`] = `"from proxy1"`;
184-
185185
exports[`proxy option should handles external websocket upgrade with webSocketServerType: sockjs Should receive response: console messages 1`] = `
186186
Array [
187187
"Failed to load resource: the server responded with a status of 426 (Upgrade Required)",

‎test/e2e/__snapshots__/proxy.test.js.snap.webpack5

+76-76
Original file line numberDiff line numberDiff line change
@@ -32,39 +32,87 @@ exports[`proxy option as an array without the \`route\` option respects a proxy
3232

3333
exports[`proxy option as an array without the \`route\` option respects a proxy option: response text 1`] = `"from proxy1"`;
3434

35-
exports[`proxy option as an object of paths with properties byPass can rewrite a request path regardless of the target defined a bypass option: console messages 1`] = `Array []`;
35+
exports[`proxy option as an object of paths with properties respects a pathRewrite option: console messages 1`] = `Array []`;
3636

37-
exports[`proxy option as an object of paths with properties byPass can rewrite a request path regardless of the target defined a bypass option: page errors 1`] = `Array []`;
37+
exports[`proxy option as an object of paths with properties respects a pathRewrite option: page errors 1`] = `Array []`;
3838

39-
exports[`proxy option as an object of paths with properties byPass can rewrite a request path regardless of the target defined a bypass option: response status 1`] = `200`;
39+
exports[`proxy option as an object of paths with properties respects a pathRewrite option: response status 1`] = `200`;
4040

41-
exports[`proxy option as an object of paths with properties byPass can rewrite a request path regardless of the target defined a bypass option: response text 1`] = `
41+
exports[`proxy option as an object of paths with properties respects a pathRewrite option: response text 1`] = `"from proxy2"`;
42+
43+
exports[`proxy option as an object of paths with properties respects a proxy option when a request path is matched: console messages 1`] = `Array []`;
44+
45+
exports[`proxy option as an object of paths with properties respects a proxy option when a request path is matched: page errors 1`] = `Array []`;
46+
47+
exports[`proxy option as an object of paths with properties respects a proxy option when a request path is matched: response status 1`] = `200`;
48+
49+
exports[`proxy option as an object of paths with properties respects a proxy option when a request path is matched: response text 1`] = `"from proxy1"`;
50+
51+
exports[`proxy option as an option is an object with \`context\` and \`target\` as string respects a proxy option: console messages 1`] = `Array []`;
52+
53+
exports[`proxy option as an option is an object with \`context\` and \`target\` as string respects a proxy option: page errors 1`] = `Array []`;
54+
55+
exports[`proxy option as an option is an object with \`context\` and \`target\` as string respects a proxy option: response status 1`] = `200`;
56+
57+
exports[`proxy option as an option is an object with \`context\` and \`target\` as string respects a proxy option: response text 1`] = `"from proxy1"`;
58+
59+
exports[`proxy option as an option is an object with the \`context\` option respects a proxy option: console messages 1`] = `Array []`;
60+
61+
exports[`proxy option as an option is an object with the \`context\` option respects a proxy option: page errors 1`] = `Array []`;
62+
63+
exports[`proxy option as an option is an object with the \`context\` option respects a proxy option: response status 1`] = `200`;
64+
65+
exports[`proxy option as an option is an object with the \`context\` option respects a proxy option: response text 1`] = `"from proxy1"`;
66+
67+
exports[`proxy option as an option is an object with the \`path\` option (\`context\` alias) respects a proxy option: console messages 1`] = `Array []`;
68+
69+
exports[`proxy option as an option is an object with the \`path\` option (\`context\` alias) respects a proxy option: page errors 1`] = `Array []`;
70+
71+
exports[`proxy option as an option is an object with the \`path\` option (\`context\` alias) respects a proxy option: response status 1`] = `200`;
72+
73+
exports[`proxy option as an option is an object with the \`path\` option (\`context\` alias) respects a proxy option: response text 1`] = `"from proxy1"`;
74+
75+
exports[`proxy option as an option is an object with the \`router\` option respects a proxy option: console messages 1`] = `Array []`;
76+
77+
exports[`proxy option as an option is an object with the \`router\` option respects a proxy option: page errors 1`] = `Array []`;
78+
79+
exports[`proxy option as an option is an object with the \`router\` option respects a proxy option: response status 1`] = `200`;
80+
81+
exports[`proxy option as an option is an object with the \`router\` option respects a proxy option: response text 1`] = `"from proxy1"`;
82+
83+
exports[`proxy option proxy with byPass can rewrite a request path regardless of the target defined a bypass option: console messages 1`] = `Array []`;
84+
85+
exports[`proxy option proxy with byPass can rewrite a request path regardless of the target defined a bypass option: page errors 1`] = `Array []`;
86+
87+
exports[`proxy option proxy with byPass can rewrite a request path regardless of the target defined a bypass option: response status 1`] = `200`;
88+
89+
exports[`proxy option proxy with byPass can rewrite a request path regardless of the target defined a bypass option: response text 1`] = `
4290
"Hello
4391
"
4492
`;
4593

46-
exports[`proxy option as an object of paths with properties byPass can rewrite a request path: console messages 1`] = `Array []`;
94+
exports[`proxy option proxy with byPass can rewrite a request path: console messages 1`] = `Array []`;
4795

48-
exports[`proxy option as an object of paths with properties byPass can rewrite a request path: page errors 1`] = `Array []`;
96+
exports[`proxy option proxy with byPass can rewrite a request path: page errors 1`] = `Array []`;
4997

50-
exports[`proxy option as an object of paths with properties byPass can rewrite a request path: response status 1`] = `200`;
98+
exports[`proxy option proxy with byPass can rewrite a request path: response status 1`] = `200`;
5199

52-
exports[`proxy option as an object of paths with properties byPass can rewrite a request path: response text 1`] = `
100+
exports[`proxy option proxy with byPass can rewrite a request path: response text 1`] = `
53101
"Hello
54102
"
55103
`;
56104

57-
exports[`proxy option as an object of paths with properties byPass should not pass through a proxy when a bypass function returns false: console messages 1`] = `
105+
exports[`proxy option proxy with byPass should not pass through a proxy when a bypass function returns false: console messages 1`] = `
58106
Array [
59107
"Failed to load resource: the server responded with a status of 404 (Not Found)",
60108
]
61109
`;
62110

63-
exports[`proxy option as an object of paths with properties byPass should not pass through a proxy when a bypass function returns false: page errors 1`] = `Array []`;
111+
exports[`proxy option proxy with byPass should not pass through a proxy when a bypass function returns false: page errors 1`] = `Array []`;
64112

65-
exports[`proxy option as an object of paths with properties byPass should not pass through a proxy when a bypass function returns false: response status 1`] = `404`;
113+
exports[`proxy option proxy with byPass should not pass through a proxy when a bypass function returns false: response status 1`] = `404`;
66114

67-
exports[`proxy option as an object of paths with properties byPass should not pass through a proxy when a bypass function returns false: response text 1`] = `
115+
exports[`proxy option proxy with byPass should not pass through a proxy when a bypass function returns false: response text 1`] = `
68116
"<!DOCTYPE html>
69117
<html lang=\\"en\\">
70118
<head>
@@ -78,49 +126,49 @@ exports[`proxy option as an object of paths with properties byPass should not pa
78126
"
79127
`;
80128

81-
exports[`proxy option as an object of paths with properties byPass should pass through a proxy when a bypass function returns null: console messages 1`] = `Array []`;
129+
exports[`proxy option proxy with byPass should pass through a proxy when a bypass function returns null: console messages 1`] = `Array []`;
82130

83-
exports[`proxy option as an object of paths with properties byPass should pass through a proxy when a bypass function returns null: page errors 1`] = `Array []`;
131+
exports[`proxy option proxy with byPass should pass through a proxy when a bypass function returns null: page errors 1`] = `Array []`;
84132

85-
exports[`proxy option as an object of paths with properties byPass should pass through a proxy when a bypass function returns null: response status 1`] = `200`;
133+
exports[`proxy option proxy with byPass should pass through a proxy when a bypass function returns null: response status 1`] = `200`;
86134

87-
exports[`proxy option as an object of paths with properties byPass should pass through a proxy when a bypass function returns null: response text 1`] = `
135+
exports[`proxy option proxy with byPass should pass through a proxy when a bypass function returns null: response text 1`] = `
88136
"\\"use strict\\";
89137

90138
console.log(\\"Hey.\\");
91139
"
92140
`;
93141

94-
exports[`proxy option as an object of paths with properties byPass should wait if bypass returns promise: console messages 1`] = `Array []`;
142+
exports[`proxy option proxy with byPass should wait if bypass returns promise: console messages 1`] = `Array []`;
95143

96-
exports[`proxy option as an object of paths with properties byPass should wait if bypass returns promise: page errors 1`] = `Array []`;
144+
exports[`proxy option proxy with byPass should wait if bypass returns promise: page errors 1`] = `Array []`;
97145

98-
exports[`proxy option as an object of paths with properties byPass should wait if bypass returns promise: response status 1`] = `200`;
146+
exports[`proxy option proxy with byPass should wait if bypass returns promise: response status 1`] = `200`;
99147

100-
exports[`proxy option as an object of paths with properties byPass should wait if bypass returns promise: response text 1`] = `"proxy async response"`;
148+
exports[`proxy option proxy with byPass should wait if bypass returns promise: response text 1`] = `"proxy async response"`;
101149

102-
exports[`proxy option as an object of paths with properties byPass should work with the 'target' option #2: console messages 1`] = `Array []`;
150+
exports[`proxy option proxy with byPass should work with the 'target' option #2: console messages 1`] = `Array []`;
103151

104-
exports[`proxy option as an object of paths with properties byPass should work with the 'target' option #2: page errors 1`] = `Array []`;
152+
exports[`proxy option proxy with byPass should work with the 'target' option #2: page errors 1`] = `Array []`;
105153

106-
exports[`proxy option as an object of paths with properties byPass should work with the 'target' option #2: response status 1`] = `200`;
154+
exports[`proxy option proxy with byPass should work with the 'target' option #2: response status 1`] = `200`;
107155

108-
exports[`proxy option as an object of paths with properties byPass should work with the 'target' option #2: response text 1`] = `
156+
exports[`proxy option proxy with byPass should work with the 'target' option #2: response text 1`] = `
109157
"Hello
110158
"
111159
`;
112160

113-
exports[`proxy option as an object of paths with properties byPass should work with the 'target' option: console messages 1`] = `
161+
exports[`proxy option proxy with byPass should work with the 'target' option: console messages 1`] = `
114162
Array [
115163
"Failed to load resource: the server responded with a status of 404 (Not Found)",
116164
]
117165
`;
118166

119-
exports[`proxy option as an object of paths with properties byPass should work with the 'target' option: page errors 1`] = `Array []`;
167+
exports[`proxy option proxy with byPass should work with the 'target' option: page errors 1`] = `Array []`;
120168

121-
exports[`proxy option as an object of paths with properties byPass should work with the 'target' option: response status 1`] = `404`;
169+
exports[`proxy option proxy with byPass should work with the 'target' option: response status 1`] = `404`;
122170

123-
exports[`proxy option as an object of paths with properties byPass should work with the 'target' option: response text 1`] = `
171+
exports[`proxy option proxy with byPass should work with the 'target' option: response text 1`] = `
124172
"<!DOCTYPE html>
125173
<html lang=\\"en\\">
126174
<head>
@@ -134,54 +182,6 @@ exports[`proxy option as an object of paths with properties byPass should work w
134182
"
135183
`;
136184

137-
exports[`proxy option as an object of paths with properties pathRewrite respects a pathRewrite option: console messages 1`] = `Array []`;
138-
139-
exports[`proxy option as an object of paths with properties pathRewrite respects a pathRewrite option: page errors 1`] = `Array []`;
140-
141-
exports[`proxy option as an object of paths with properties pathRewrite respects a pathRewrite option: response status 1`] = `200`;
142-
143-
exports[`proxy option as an object of paths with properties pathRewrite respects a pathRewrite option: response text 1`] = `"from proxy2"`;
144-
145-
exports[`proxy option as an object of paths with properties target respects a proxy option when a request path is matched: console messages 1`] = `Array []`;
146-
147-
exports[`proxy option as an object of paths with properties target respects a proxy option when a request path is matched: page errors 1`] = `Array []`;
148-
149-
exports[`proxy option as an object of paths with properties target respects a proxy option when a request path is matched: response status 1`] = `200`;
150-
151-
exports[`proxy option as an object of paths with properties target respects a proxy option when a request path is matched: response text 1`] = `"from proxy1"`;
152-
153-
exports[`proxy option as an option is an object with \`context\` and \`target\` as string respects a proxy option: console messages 1`] = `Array []`;
154-
155-
exports[`proxy option as an option is an object with \`context\` and \`target\` as string respects a proxy option: page errors 1`] = `Array []`;
156-
157-
exports[`proxy option as an option is an object with \`context\` and \`target\` as string respects a proxy option: response status 1`] = `200`;
158-
159-
exports[`proxy option as an option is an object with \`context\` and \`target\` as string respects a proxy option: response text 1`] = `"from proxy1"`;
160-
161-
exports[`proxy option as an option is an object with the \`context\` option respects a proxy option: console messages 1`] = `Array []`;
162-
163-
exports[`proxy option as an option is an object with the \`context\` option respects a proxy option: page errors 1`] = `Array []`;
164-
165-
exports[`proxy option as an option is an object with the \`context\` option respects a proxy option: response status 1`] = `200`;
166-
167-
exports[`proxy option as an option is an object with the \`context\` option respects a proxy option: response text 1`] = `"from proxy1"`;
168-
169-
exports[`proxy option as an option is an object with the \`path\` option (\`context\` alias) respects a proxy option: console messages 1`] = `Array []`;
170-
171-
exports[`proxy option as an option is an object with the \`path\` option (\`context\` alias) respects a proxy option: page errors 1`] = `Array []`;
172-
173-
exports[`proxy option as an option is an object with the \`path\` option (\`context\` alias) respects a proxy option: response status 1`] = `200`;
174-
175-
exports[`proxy option as an option is an object with the \`path\` option (\`context\` alias) respects a proxy option: response text 1`] = `"from proxy1"`;
176-
177-
exports[`proxy option as an option is an object with the \`router\` option respects a proxy option: console messages 1`] = `Array []`;
178-
179-
exports[`proxy option as an option is an object with the \`router\` option respects a proxy option: page errors 1`] = `Array []`;
180-
181-
exports[`proxy option as an option is an object with the \`router\` option respects a proxy option: response status 1`] = `200`;
182-
183-
exports[`proxy option as an option is an object with the \`router\` option respects a proxy option: response text 1`] = `"from proxy1"`;
184-
185185
exports[`proxy option should handles external websocket upgrade with webSocketServerType: sockjs Should receive response: console messages 1`] = `
186186
Array [
187187
"Failed to load resource: the server responded with a status of 426 (Upgrade Required)",

‎test/e2e/proxy.test.js

+276-248
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const [port1, port2, port3, port4] = require("../ports-map")["proxy-option"];
1313
const WebSocketServer = WebSocket.Server;
1414
const staticDirectory = path.resolve(__dirname, "../fixtures/proxy-config");
1515

16-
const proxyOptionPathsAsProperties = {
16+
const proxyOptionsObject = {
1717
"/proxy1": {
1818
target: `http://localhost:${port1}`,
1919
},
@@ -167,7 +167,7 @@ describe("proxy option", () => {
167167
directory: staticDirectory,
168168
watch: false,
169169
},
170-
proxy: proxyOptionPathsAsProperties,
170+
proxy: proxyOptionsObject,
171171
port: port3,
172172
},
173173
compiler
@@ -189,268 +189,223 @@ describe("proxy option", () => {
189189
await closeProxyServers();
190190
});
191191

192-
describe("target", () => {
193-
it("respects a proxy option when a request path is matched", async () => {
194-
page
195-
.on("console", (message) => {
196-
consoleMessages.push(message);
197-
})
198-
.on("pageerror", (error) => {
199-
pageErrors.push(error);
200-
});
201-
202-
const response = await page.goto(`http://localhost:${port3}/proxy1`, {
203-
waitUntil: "networkidle0",
192+
it("respects a proxy option when a request path is matched", async () => {
193+
page
194+
.on("console", (message) => {
195+
consoleMessages.push(message);
196+
})
197+
.on("pageerror", (error) => {
198+
pageErrors.push(error);
204199
});
205200

206-
expect(response.status()).toMatchSnapshot("response status");
207-
208-
expect(await response.text()).toMatchSnapshot("response text");
209-
210-
expect(
211-
consoleMessages.map((message) => message.text())
212-
).toMatchSnapshot("console messages");
213-
214-
expect(pageErrors).toMatchSnapshot("page errors");
201+
const response = await page.goto(`http://localhost:${port3}/proxy1`, {
202+
waitUntil: "networkidle0",
215203
});
216-
});
217204

218-
describe("pathRewrite", () => {
219-
it("respects a pathRewrite option", async () => {
220-
page
221-
.on("console", (message) => {
222-
consoleMessages.push(message);
223-
})
224-
.on("pageerror", (error) => {
225-
pageErrors.push(error);
226-
});
205+
expect(response.status()).toMatchSnapshot("response status");
227206

228-
const response = await page.goto(
229-
`http://localhost:${port3}/api/proxy2`,
230-
{
231-
waitUntil: "networkidle0",
232-
}
233-
);
207+
expect(await response.text()).toMatchSnapshot("response text");
234208

235-
expect(response.status()).toMatchSnapshot("response status");
209+
expect(consoleMessages.map((message) => message.text())).toMatchSnapshot(
210+
"console messages"
211+
);
236212

237-
expect(await response.text()).toMatchSnapshot("response text");
213+
expect(pageErrors).toMatchSnapshot("page errors");
214+
});
238215

239-
expect(
240-
consoleMessages.map((message) => message.text())
241-
).toMatchSnapshot("console messages");
216+
it("respects a pathRewrite option", async () => {
217+
page
218+
.on("console", (message) => {
219+
consoleMessages.push(message);
220+
})
221+
.on("pageerror", (error) => {
222+
pageErrors.push(error);
223+
});
242224

243-
expect(pageErrors).toMatchSnapshot("page errors");
225+
const response = await page.goto(`http://localhost:${port3}/api/proxy2`, {
226+
waitUntil: "networkidle0",
244227
});
245-
});
246228

247-
describe("byPass", () => {
248-
it("can rewrite a request path", async () => {
249-
pageErrors = [];
250-
consoleMessages = [];
229+
expect(response.status()).toMatchSnapshot("response status");
251230

252-
page
253-
.on("console", (message) => {
254-
consoleMessages.push(message);
255-
})
256-
.on("pageerror", (error) => {
257-
pageErrors.push(error);
258-
});
231+
expect(await response.text()).toMatchSnapshot("response text");
259232

260-
const response = await page.goto(
261-
`http://localhost:${port3}/foo/bar.html`,
262-
{
263-
waitUntil: "networkidle0",
264-
}
265-
);
233+
expect(consoleMessages.map((message) => message.text())).toMatchSnapshot(
234+
"console messages"
235+
);
266236

267-
expect(response.status()).toMatchSnapshot("response status");
237+
expect(pageErrors).toMatchSnapshot("page errors");
238+
});
239+
});
268240

269-
expect(await response.text()).toMatchSnapshot("response text");
241+
describe("as an array", () => {
242+
let compiler;
243+
let server;
244+
let page;
245+
let browser;
246+
let pageErrors;
247+
let consoleMessages;
270248

271-
expect(
272-
consoleMessages.map((message) => message.text())
273-
).toMatchSnapshot("console messages");
249+
beforeEach(async () => {
250+
compiler = webpack(config);
274251

275-
expect(pageErrors).toMatchSnapshot("page errors");
276-
});
252+
server = new Server(
253+
{
254+
proxy: proxyOptionOfArray,
255+
port: port3,
256+
},
257+
compiler
258+
);
277259

278-
it("can rewrite a request path regardless of the target defined a bypass option", async () => {
279-
pageErrors = [];
280-
consoleMessages = [];
260+
await server.start();
281261

282-
page
283-
.on("console", (message) => {
284-
consoleMessages.push(message);
285-
})
286-
.on("pageerror", (error) => {
287-
pageErrors.push(error);
288-
});
262+
await listenProxyServers();
289263

290-
const response = await page.goto(
291-
`http://localhost:${port3}/baz/hoge.html`,
292-
{
293-
waitUntil: "networkidle0",
294-
}
295-
);
264+
({ page, browser } = await runBrowser());
296265

297-
expect(response.status()).toMatchSnapshot("response status");
266+
pageErrors = [];
267+
consoleMessages = [];
268+
});
298269

299-
expect(await response.text()).toMatchSnapshot("response text");
270+
afterEach(async () => {
271+
await browser.close();
272+
await server.stop();
273+
await closeProxyServers();
274+
});
300275

301-
expect(
302-
consoleMessages.map((message) => message.text())
303-
).toMatchSnapshot("console messages");
276+
it("respects a proxy option", async () => {
277+
page
278+
.on("console", (message) => {
279+
consoleMessages.push(message);
280+
})
281+
.on("pageerror", (error) => {
282+
pageErrors.push(error);
283+
});
304284

305-
expect(pageErrors).toMatchSnapshot("page errors");
285+
const response = await page.goto(`http://localhost:${port3}/proxy1`, {
286+
waitUntil: "networkidle0",
306287
});
307288

308-
it("should pass through a proxy when a bypass function returns null", async () => {
309-
pageErrors = [];
310-
consoleMessages = [];
311-
312-
page
313-
.on("console", (message) => {
314-
consoleMessages.push(message);
315-
})
316-
.on("pageerror", (error) => {
317-
pageErrors.push(error);
318-
});
289+
expect(response.status()).toMatchSnapshot("response status");
319290

320-
const response = await page.goto(`http://localhost:${port3}/foo.js`, {
321-
waitUntil: "networkidle0",
322-
});
291+
expect(await response.text()).toMatchSnapshot("response text");
323292

324-
expect(response.status()).toMatchSnapshot("response status");
293+
expect(consoleMessages.map((message) => message.text())).toMatchSnapshot(
294+
"console messages"
295+
);
325296

326-
expect(await response.text()).toMatchSnapshot("response text");
297+
expect(pageErrors).toMatchSnapshot("page errors");
298+
});
327299

328-
expect(
329-
consoleMessages.map((message) => message.text())
330-
).toMatchSnapshot("console messages");
300+
it("respects a proxy option of function", async () => {
301+
page
302+
.on("console", (message) => {
303+
consoleMessages.push(message);
304+
})
305+
.on("pageerror", (error) => {
306+
pageErrors.push(error);
307+
});
331308

332-
expect(pageErrors).toMatchSnapshot("page errors");
309+
const response = await page.goto(`http://localhost:${port3}/api/proxy2`, {
310+
waitUntil: "networkidle0",
333311
});
334312

335-
it("should not pass through a proxy when a bypass function returns false", async () => {
336-
pageErrors = [];
337-
consoleMessages = [];
338-
339-
page
340-
.on("console", (message) => {
341-
consoleMessages.push(message);
342-
})
343-
.on("pageerror", (error) => {
344-
pageErrors.push(error);
345-
});
313+
expect(response.status()).toMatchSnapshot("response status");
346314

347-
const response = await page.goto(
348-
`http://localhost:${port3}/proxyfalse`,
349-
{
350-
waitUntil: "networkidle0",
351-
}
352-
);
315+
expect(await response.text()).toMatchSnapshot("response text");
353316

354-
expect(response.status()).toMatchSnapshot("response status");
317+
expect(consoleMessages.map((message) => message.text())).toMatchSnapshot(
318+
"console messages"
319+
);
355320

356-
expect(await response.text()).toMatchSnapshot("response text");
321+
expect(pageErrors).toMatchSnapshot("page errors");
322+
});
357323

358-
expect(
359-
consoleMessages.map((message) => message.text())
360-
).toMatchSnapshot("console messages");
324+
it("should allow req, res, and next", async () => {
325+
page
326+
.on("console", (message) => {
327+
consoleMessages.push(message);
328+
})
329+
.on("pageerror", (error) => {
330+
pageErrors.push(error);
331+
});
361332

362-
expect(pageErrors).toMatchSnapshot("page errors");
363-
});
333+
const response = await page.goto(
334+
`http://localhost:${port3}/api/proxy2?foo=true`,
335+
{
336+
waitUntil: "networkidle0",
337+
}
338+
);
364339

365-
it("should wait if bypass returns promise", async () => {
366-
pageErrors = [];
367-
consoleMessages = [];
340+
expect(response.status()).toMatchSnapshot("response status");
368341

369-
page
370-
.on("console", (message) => {
371-
consoleMessages.push(message);
372-
})
373-
.on("pageerror", (error) => {
374-
pageErrors.push(error);
375-
});
342+
expect(await response.text()).toMatchSnapshot("response text");
376343

377-
const response = await page.goto(
378-
`http://localhost:${port3}/proxy/async`,
379-
{
380-
waitUntil: "networkidle0",
381-
}
382-
);
344+
expect(consoleMessages.map((message) => message.text())).toMatchSnapshot(
345+
"console messages"
346+
);
383347

384-
expect(response.status()).toMatchSnapshot("response status");
348+
expect(pageErrors).toMatchSnapshot("page errors");
349+
});
350+
});
385351

386-
expect(await response.text()).toMatchSnapshot("response text");
352+
describe("as an array without the `route` option", () => {
353+
let compiler;
354+
let server;
355+
let page;
356+
let browser;
357+
let pageErrors;
358+
let consoleMessages;
387359

388-
expect(
389-
consoleMessages.map((message) => message.text())
390-
).toMatchSnapshot("console messages");
360+
beforeEach(async () => {
361+
compiler = webpack(config);
391362

392-
expect(pageErrors).toMatchSnapshot("page errors");
393-
});
363+
server = new Server(
364+
{
365+
proxy: proxyOptionOfArrayWithoutTarget,
366+
port: port3,
367+
},
368+
compiler
369+
);
394370

395-
it("should work with the 'target' option", async () => {
396-
pageErrors = [];
397-
consoleMessages = [];
371+
await server.start();
398372

399-
page
400-
.on("console", (message) => {
401-
consoleMessages.push(message);
402-
})
403-
.on("pageerror", (error) => {
404-
pageErrors.push(error);
405-
});
373+
await listenProxyServers();
406374

407-
const response = await page.goto(
408-
`http://localhost:${port3}/bypass-with-target/foo.js`,
409-
{
410-
waitUntil: "networkidle0",
411-
}
412-
);
375+
({ page, browser } = await runBrowser());
413376

414-
expect(response.status()).toMatchSnapshot("response status");
377+
pageErrors = [];
378+
consoleMessages = [];
379+
});
415380

416-
expect(await response.text()).toMatchSnapshot("response text");
381+
afterEach(async () => {
382+
await browser.close();
383+
await server.stop();
384+
await closeProxyServers();
385+
});
417386

418-
expect(
419-
consoleMessages.map((message) => message.text())
420-
).toMatchSnapshot("console messages");
387+
it("respects a proxy option", async () => {
388+
page
389+
.on("console", (message) => {
390+
consoleMessages.push(message);
391+
})
392+
.on("pageerror", (error) => {
393+
pageErrors.push(error);
394+
});
421395

422-
expect(pageErrors).toMatchSnapshot("page errors");
396+
const response = await page.goto(`http://localhost:${port3}/proxy1`, {
397+
waitUntil: "networkidle0",
423398
});
424399

425-
it("should work with the 'target' option #2", async () => {
426-
pageErrors = [];
427-
consoleMessages = [];
428-
429-
page
430-
.on("console", (message) => {
431-
consoleMessages.push(message);
432-
})
433-
.on("pageerror", (error) => {
434-
pageErrors.push(error);
435-
});
436-
437-
const response = await page.goto(
438-
`http://localhost:${port3}/bypass-with-target/index.html`,
439-
{
440-
waitUntil: "networkidle0",
441-
}
442-
);
443-
444-
expect(response.status()).toMatchSnapshot("response status");
400+
expect(response.status()).toMatchSnapshot("response status");
445401

446-
expect(await response.text()).toMatchSnapshot("response text");
402+
expect(await response.text()).toMatchSnapshot("response text");
447403

448-
expect(
449-
consoleMessages.map((message) => message.text())
450-
).toMatchSnapshot("console messages");
404+
expect(consoleMessages.map((message) => message.text())).toMatchSnapshot(
405+
"console messages"
406+
);
451407

452-
expect(pageErrors).toMatchSnapshot("page errors");
453-
});
408+
expect(pageErrors).toMatchSnapshot("page errors");
454409
});
455410
});
456411

@@ -514,7 +469,7 @@ describe("proxy option", () => {
514469
});
515470
});
516471

517-
describe("as an option is an object with `context` and `target` as string", () => {
472+
describe("as an option is an object with the `path` option (`context` alias)", () => {
518473
let compiler;
519474
let server;
520475
let page;
@@ -527,7 +482,7 @@ describe("proxy option", () => {
527482

528483
server = new Server(
529484
{
530-
proxy: proxyWithString,
485+
proxy: proxyWithPath,
531486
port: port3,
532487
},
533488
compiler
@@ -574,7 +529,7 @@ describe("proxy option", () => {
574529
});
575530
});
576531

577-
describe("as an option is an object with the `path` option (`context` alias)", () => {
532+
describe("as an option is an object with `context` and `target` as string", () => {
578533
let compiler;
579534
let server;
580535
let page;
@@ -587,7 +542,7 @@ describe("proxy option", () => {
587542

588543
server = new Server(
589544
{
590-
proxy: proxyWithPath,
545+
proxy: proxyWithString,
591546
port: port3,
592547
},
593548
compiler
@@ -694,7 +649,7 @@ describe("proxy option", () => {
694649
});
695650
});
696651

697-
describe("as an array", () => {
652+
describe("proxy with byPass", () => {
698653
let compiler;
699654
let server;
700655
let page;
@@ -707,7 +662,11 @@ describe("proxy option", () => {
707662

708663
server = new Server(
709664
{
710-
proxy: proxyOptionOfArray,
665+
static: {
666+
directory: staticDirectory,
667+
watch: false,
668+
},
669+
proxy: proxyOptionsObject,
711670
port: port3,
712671
},
713672
compiler
@@ -729,7 +688,10 @@ describe("proxy option", () => {
729688
await closeProxyServers();
730689
});
731690

732-
it("respects a proxy option", async () => {
691+
it("can rewrite a request path", async () => {
692+
pageErrors = [];
693+
consoleMessages = [];
694+
733695
page
734696
.on("console", (message) => {
735697
consoleMessages.push(message);
@@ -738,7 +700,67 @@ describe("proxy option", () => {
738700
pageErrors.push(error);
739701
});
740702

741-
const response = await page.goto(`http://localhost:${port3}/proxy1`, {
703+
const response = await page.goto(
704+
`http://localhost:${port3}/foo/bar.html`,
705+
{
706+
waitUntil: "networkidle0",
707+
}
708+
);
709+
710+
expect(response.status()).toMatchSnapshot("response status");
711+
712+
expect(await response.text()).toMatchSnapshot("response text");
713+
714+
expect(consoleMessages.map((message) => message.text())).toMatchSnapshot(
715+
"console messages"
716+
);
717+
718+
expect(pageErrors).toMatchSnapshot("page errors");
719+
});
720+
721+
it("can rewrite a request path regardless of the target defined a bypass option", async () => {
722+
pageErrors = [];
723+
consoleMessages = [];
724+
725+
page
726+
.on("console", (message) => {
727+
consoleMessages.push(message);
728+
})
729+
.on("pageerror", (error) => {
730+
pageErrors.push(error);
731+
});
732+
733+
const response = await page.goto(
734+
`http://localhost:${port3}/baz/hoge.html`,
735+
{
736+
waitUntil: "networkidle0",
737+
}
738+
);
739+
740+
expect(response.status()).toMatchSnapshot("response status");
741+
742+
expect(await response.text()).toMatchSnapshot("response text");
743+
744+
expect(consoleMessages.map((message) => message.text())).toMatchSnapshot(
745+
"console messages"
746+
);
747+
748+
expect(pageErrors).toMatchSnapshot("page errors");
749+
});
750+
751+
it("should pass through a proxy when a bypass function returns null", async () => {
752+
pageErrors = [];
753+
consoleMessages = [];
754+
755+
page
756+
.on("console", (message) => {
757+
consoleMessages.push(message);
758+
})
759+
.on("pageerror", (error) => {
760+
pageErrors.push(error);
761+
});
762+
763+
const response = await page.goto(`http://localhost:${port3}/foo.js`, {
742764
waitUntil: "networkidle0",
743765
});
744766

@@ -753,7 +775,10 @@ describe("proxy option", () => {
753775
expect(pageErrors).toMatchSnapshot("page errors");
754776
});
755777

756-
it("respects a proxy option of function", async () => {
778+
it("should not pass through a proxy when a bypass function returns false", async () => {
779+
pageErrors = [];
780+
consoleMessages = [];
781+
757782
page
758783
.on("console", (message) => {
759784
consoleMessages.push(message);
@@ -762,7 +787,7 @@ describe("proxy option", () => {
762787
pageErrors.push(error);
763788
});
764789

765-
const response = await page.goto(`http://localhost:${port3}/api/proxy2`, {
790+
const response = await page.goto(`http://localhost:${port3}/proxyfalse`, {
766791
waitUntil: "networkidle0",
767792
});
768793

@@ -777,7 +802,10 @@ describe("proxy option", () => {
777802
expect(pageErrors).toMatchSnapshot("page errors");
778803
});
779804

780-
it("should allow req, res, and next", async () => {
805+
it("should wait if bypass returns promise", async () => {
806+
pageErrors = [];
807+
consoleMessages = [];
808+
781809
page
782810
.on("console", (message) => {
783811
consoleMessages.push(message);
@@ -787,7 +815,7 @@ describe("proxy option", () => {
787815
});
788816

789817
const response = await page.goto(
790-
`http://localhost:${port3}/api/proxy2?foo=true`,
818+
`http://localhost:${port3}/proxy/async`,
791819
{
792820
waitUntil: "networkidle0",
793821
}
@@ -803,44 +831,41 @@ describe("proxy option", () => {
803831

804832
expect(pageErrors).toMatchSnapshot("page errors");
805833
});
806-
});
807834

808-
describe("as an array without the `route` option", () => {
809-
let compiler;
810-
let server;
811-
let page;
812-
let browser;
813-
let pageErrors;
814-
let consoleMessages;
835+
it("should work with the 'target' option", async () => {
836+
pageErrors = [];
837+
consoleMessages = [];
815838

816-
beforeEach(async () => {
817-
compiler = webpack(config);
839+
page
840+
.on("console", (message) => {
841+
consoleMessages.push(message);
842+
})
843+
.on("pageerror", (error) => {
844+
pageErrors.push(error);
845+
});
818846

819-
server = new Server(
847+
const response = await page.goto(
848+
`http://localhost:${port3}/bypass-with-target/foo.js`,
820849
{
821-
proxy: proxyOptionOfArrayWithoutTarget,
822-
port: port3,
823-
},
824-
compiler
850+
waitUntil: "networkidle0",
851+
}
825852
);
826853

827-
await server.start();
854+
expect(response.status()).toMatchSnapshot("response status");
828855

829-
await listenProxyServers();
856+
expect(await response.text()).toMatchSnapshot("response text");
830857

831-
({ page, browser } = await runBrowser());
858+
expect(consoleMessages.map((message) => message.text())).toMatchSnapshot(
859+
"console messages"
860+
);
832861

833-
pageErrors = [];
834-
consoleMessages = [];
862+
expect(pageErrors).toMatchSnapshot("page errors");
835863
});
836864

837-
afterEach(async () => {
838-
await browser.close();
839-
await server.stop();
840-
await closeProxyServers();
841-
});
865+
it("should work with the 'target' option #2", async () => {
866+
pageErrors = [];
867+
consoleMessages = [];
842868

843-
it("respects a proxy option", async () => {
844869
page
845870
.on("console", (message) => {
846871
consoleMessages.push(message);
@@ -849,9 +874,12 @@ describe("proxy option", () => {
849874
pageErrors.push(error);
850875
});
851876

852-
const response = await page.goto(`http://localhost:${port3}/proxy1`, {
853-
waitUntil: "networkidle0",
854-
});
877+
const response = await page.goto(
878+
`http://localhost:${port3}/bypass-with-target/index.html`,
879+
{
880+
waitUntil: "networkidle0",
881+
}
882+
);
855883

856884
expect(response.status()).toMatchSnapshot("response status");
857885

0 commit comments

Comments
 (0)
Please sign in to comment.