Skip to content

Commit 263c1d5

Browse files
authored
test: add e2e tests for bonjour option (#4010)
1 parent 19c77a0 commit 263c1d5

File tree

4 files changed

+533
-148
lines changed

4 files changed

+533
-148
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
// Jest Snapshot v1, https://goo.gl/fbAQLP
2+
3+
exports[`bonjour option as object should apply bonjour options: console messages 1`] = `Array []`;
4+
5+
exports[`bonjour option as object should apply bonjour options: page errors 1`] = `Array []`;
6+
7+
exports[`bonjour option as object should apply bonjour options: response status 1`] = `200`;
8+
9+
exports[`bonjour option as true should call bonjour with correct params: console messages 1`] = `Array []`;
10+
11+
exports[`bonjour option as true should call bonjour with correct params: page errors 1`] = `Array []`;
12+
13+
exports[`bonjour option as true should call bonjour with correct params: response status 1`] = `200`;
14+
15+
exports[`bonjour option bonjour object and 'https' should apply bonjour options: console messages 1`] = `Array []`;
16+
17+
exports[`bonjour option bonjour object and 'https' should apply bonjour options: page errors 1`] = `Array []`;
18+
19+
exports[`bonjour option bonjour object and 'https' should apply bonjour options: response status 1`] = `200`;
20+
21+
exports[`bonjour option bonjour object and 'server' option should apply bonjour options: console messages 1`] = `Array []`;
22+
23+
exports[`bonjour option bonjour object and 'server' option should apply bonjour options: page errors 1`] = `Array []`;
24+
25+
exports[`bonjour option bonjour object and 'server' option should apply bonjour options: response status 1`] = `200`;
26+
27+
exports[`bonjour option with 'https' option should call bonjour with 'https' type: console messages 1`] = `Array []`;
28+
29+
exports[`bonjour option with 'https' option should call bonjour with 'https' type: page errors 1`] = `Array []`;
30+
31+
exports[`bonjour option with 'https' option should call bonjour with 'https' type: response status 1`] = `200`;
32+
33+
exports[`bonjour option with 'server' option should call bonjour with 'https' type: console messages 1`] = `Array []`;
34+
35+
exports[`bonjour option with 'server' option should call bonjour with 'https' type: page errors 1`] = `Array []`;
36+
37+
exports[`bonjour option with 'server' option should call bonjour with 'https' type: response status 1`] = `200`;
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
// Jest Snapshot v1, https://goo.gl/fbAQLP
2+
3+
exports[`bonjour option as object should apply bonjour options: console messages 1`] = `Array []`;
4+
5+
exports[`bonjour option as object should apply bonjour options: page errors 1`] = `Array []`;
6+
7+
exports[`bonjour option as object should apply bonjour options: response status 1`] = `200`;
8+
9+
exports[`bonjour option as true should call bonjour with correct params: console messages 1`] = `Array []`;
10+
11+
exports[`bonjour option as true should call bonjour with correct params: page errors 1`] = `Array []`;
12+
13+
exports[`bonjour option as true should call bonjour with correct params: response status 1`] = `200`;
14+
15+
exports[`bonjour option bonjour object and 'https' should apply bonjour options: console messages 1`] = `Array []`;
16+
17+
exports[`bonjour option bonjour object and 'https' should apply bonjour options: page errors 1`] = `Array []`;
18+
19+
exports[`bonjour option bonjour object and 'https' should apply bonjour options: response status 1`] = `200`;
20+
21+
exports[`bonjour option bonjour object and 'server' option should apply bonjour options: console messages 1`] = `Array []`;
22+
23+
exports[`bonjour option bonjour object and 'server' option should apply bonjour options: page errors 1`] = `Array []`;
24+
25+
exports[`bonjour option bonjour object and 'server' option should apply bonjour options: response status 1`] = `200`;
26+
27+
exports[`bonjour option with 'https' option should call bonjour with 'https' type: console messages 1`] = `Array []`;
28+
29+
exports[`bonjour option with 'https' option should call bonjour with 'https' type: page errors 1`] = `Array []`;
30+
31+
exports[`bonjour option with 'https' option should call bonjour with 'https' type: response status 1`] = `200`;
32+
33+
exports[`bonjour option with 'server' option should call bonjour with 'https' type: console messages 1`] = `Array []`;
34+
35+
exports[`bonjour option with 'server' option should call bonjour with 'https' type: page errors 1`] = `Array []`;
36+
37+
exports[`bonjour option with 'server' option should call bonjour with 'https' type: response status 1`] = `200`;

0 commit comments

Comments
 (0)