blob: 433507747ed39c589d17ee4af6456a66d7b20558 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
|
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`internet > 42 > color > noArgs 1`] = `"#307a5e"`;
exports[`internet > 42 > color > with all options 1`] = `"#62ac90"`;
exports[`internet > 42 > color > with blueBase option 1`] = `"#307a90"`;
exports[`internet > 42 > color > with greenBase option 1`] = `"#30ac5e"`;
exports[`internet > 42 > color > with redBase option 1`] = `"#627a5e"`;
exports[`internet > 42 > displayName > noArgs 1`] = `"Garnet15"`;
exports[`internet > 42 > displayName > with Chinese names 1`] = `"大羽.陳95"`;
exports[`internet > 42 > displayName > with Cyrillic names 1`] = `"Фёдор.Достоевский95"`;
exports[`internet > 42 > displayName > with Latin names 1`] = `"Jane.Doe95"`;
exports[`internet > 42 > displayName > with accented names 1`] = `"Hélene.Müller95"`;
exports[`internet > 42 > displayName > with all option 1`] = `"Jane.Doe95"`;
exports[`internet > 42 > displayName > with firstName option 1`] = `"Jane59"`;
exports[`internet > 42 > displayName > with lastName option 1`] = `"Garnet_Doe"`;
exports[`internet > 42 > domainName 1`] = `"hospitable-unit.net"`;
exports[`internet > 42 > domainSuffix 1`] = `"info"`;
exports[`internet > 42 > domainWord 1`] = `"hospitable-unit"`;
exports[`internet > 42 > email > noArgs 1`] = `"[email protected]"`;
exports[`internet > 42 > email > with all options 1`] = `"[email protected]"`;
exports[`internet > 42 > email > with allowSpecialCharacters option 1`] = `"[email protected]"`;
exports[`internet > 42 > email > with firstName option 1`] = `"[email protected]"`;
exports[`internet > 42 > email > with lastName option 1`] = `"[email protected]"`;
exports[`internet > 42 > email > with provider option 1`] = `"[email protected]"`;
exports[`internet > 42 > emoji > noArgs 1`] = `"🌾"`;
exports[`internet > 42 > emoji > with options 1`] = `"🦔"`;
exports[`internet > 42 > exampleEmail > noArgs 1`] = `"[email protected]"`;
exports[`internet > 42 > exampleEmail > with all options 1`] = `"[email protected]"`;
exports[`internet > 42 > exampleEmail > with allowSpecialCharacters option 1`] = `"[email protected]"`;
exports[`internet > 42 > exampleEmail > with firstName option 1`] = `"[email protected]"`;
exports[`internet > 42 > exampleEmail > with lastName option 1`] = `"[email protected]"`;
exports[`internet > 42 > httpMethod 1`] = `"POST"`;
exports[`internet > 42 > httpStatusCode > noArgs 1`] = `226`;
exports[`internet > 42 > httpStatusCode > with options 1`] = `410`;
exports[`internet > 42 > ip 1`] = `"243.98.3.69"`;
exports[`internet > 42 > ipv4 > noArgs 1`] = `"95.225.220.121"`;
exports[`internet > 42 > ipv4 > with cidrBlock 1`] = `"192.168.13.95"`;
exports[`internet > 42 > ipv4 > with network 1`] = `"229.254.29.199"`;
exports[`internet > 42 > ipv6 1`] = `"8ead:331d:df0f:c444:6b96:d368:ab4b:d1d3"`;
exports[`internet > 42 > jwt > noArgs 1`] = `"eyJhbGciOiJub25lIiwidHlwIjoiSldUIn0.eyJpYXQiOjE1Nzc3ODI3NjAsImV4cCI6MTU3Nzg0NjAwNCwibmJmIjoxNTg0MDU5Mzg4LCJpc3MiOiJDcmlzdCAtIEJlZXIiLCJzdWIiOiJkOWIwZmQzMi0yNDg2LTQ0OTItODQ1Ny1jMzg5MDkyMWZmYzQiLCJhdWQiOiJhNzE3MGU0YS00ODgyLTRmY2YtOGU5ZS0xMzA1NjRkNTQ4MmMiLCJqdGkiOiJmYzMwZGJiYy0xNTFkLTQ5NTEtODQ1Yi1hZTcxYmM4Yzc4NjAifQ.1DjvUfpKe4h9VODSNbTxOTj6eqOR0vpd7kWkwHmYXfuih2Bv3hUe8uZfFLeJmDDx"`;
exports[`internet > 42 > jwt > with custom header 1`] = `"eyJhbGciOiJFUzI1NiJ9.eyJpYXQiOjE1Nzc3ODI3NjAsImV4cCI6MTU3Nzg2NDkwMiwibmJmIjoxNTkyNDY5MTIyLCJpc3MiOiJDcmlzdCBHcm91cCIsInN1YiI6IjBkOWIwZmQzLTIyNDgtNDY0OS05MjQ1LTdjMzg5MDkyMWZmYyIsImF1ZCI6IjFhNzE3MGU0LWE0ODgtNDJmYy1iZmU5LWUxMzA1NjRkNTQ4MiIsImp0aSI6IjFmYzMwZGJiLWMxNTEtNGQ5NS04MTQ1LWJhZTcxYmM4Yzc4NiJ9.61DjvUfpKe4h9VODSNbTxOTj6eqOR0vpd7kWkwHmYXfuih2Bv3hUe8uZfFLeJmDD"`;
exports[`internet > 42 > jwt > with custom payload 1`] = `"eyJhbGciOiJub25lIiwidHlwIjoiSldUIn0.eyJpc3MiOiJBY21lIn0.JB993RBH1YPdbbiwqiB8imsMcvA2Ba4WXOi6Gr7u2UgFjwxbYMWTBV5c2kogPmhx"`;
exports[`internet > 42 > jwtAlgorithm 1`] = `"RS384"`;
exports[`internet > 42 > mac > noArgs 1`] = `"5f:b9:22:0d:9b:0f"`;
exports[`internet > 42 > mac > with separator 1`] = `"5f:b9:22:0d:9b:0f"`;
exports[`internet > 42 > mac > with separator option 1`] = `"5f-b9-22-0d-9b-0f"`;
exports[`internet > 42 > password > noArgs 1`] = `"DfYsZdp522RJCLk"`;
exports[`internet > 42 > password > with length option 1`] = `"DfYsZdp522"`;
exports[`internet > 42 > password > with length, memorable, pattern and prefix option 1`] = `"test522319"`;
exports[`internet > 42 > password > with memorable option 1`] = `"DfYsZdp522RJCLk"`;
exports[`internet > 42 > password > with pattern option 1`] = `"522319233860266"`;
exports[`internet > 42 > password > with prefix option 1`] = `"testDfYsZdp522R"`;
exports[`internet > 42 > port 1`] = `24545`;
exports[`internet > 42 > protocol 1`] = `"http"`;
exports[`internet > 42 > url > noArgs 1`] = `"https://weird-rawhide.name/"`;
exports[`internet > 42 > url > with slash appended 1`] = `"https://hospitable-unit.net/"`;
exports[`internet > 42 > url > without slash appended and with http protocol 1`] = `"http://hospitable-unit.net"`;
exports[`internet > 42 > userAgent 1`] = `"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:131.0) Gecko/20100101 Firefox/118.0"`;
exports[`internet > 42 > userName > noArgs 1`] = `"Garnet.Reynolds-Miller15"`;
exports[`internet > 42 > userName > with Chinese names 1`] = `"hlzp8d.tpv"`;
exports[`internet > 42 > userName > with Cyrillic names 1`] = `"Fedor.Dostoevskii"`;
exports[`internet > 42 > userName > with Latin names 1`] = `"Jane.Doe"`;
exports[`internet > 42 > userName > with accented names 1`] = `"Helene.Muller"`;
exports[`internet > 42 > userName > with all option 1`] = `"Jane.Doe"`;
exports[`internet > 42 > userName > with firstName option 1`] = `"Jane_Wiegand59"`;
exports[`internet > 42 > userName > with lastName option 1`] = `"Garnet_Doe"`;
exports[`internet > 42 > username > noArgs 1`] = `"Garnet.Reynolds-Miller15"`;
exports[`internet > 42 > username > with Chinese names 1`] = `"hlzp8d.tpv"`;
exports[`internet > 42 > username > with Cyrillic names 1`] = `"Fedor.Dostoevskii"`;
exports[`internet > 42 > username > with Latin names 1`] = `"Jane.Doe"`;
exports[`internet > 42 > username > with accented names 1`] = `"Helene.Muller"`;
exports[`internet > 42 > username > with all option 1`] = `"Jane.Doe"`;
exports[`internet > 42 > username > with firstName option 1`] = `"Jane_Wiegand59"`;
exports[`internet > 42 > username > with lastName option 1`] = `"Garnet_Doe"`;
exports[`internet > 1211 > color > noArgs 1`] = `"#77721c"`;
exports[`internet > 1211 > color > with all options 1`] = `"#a9a44e"`;
exports[`internet > 1211 > color > with blueBase option 1`] = `"#77724e"`;
exports[`internet > 1211 > color > with greenBase option 1`] = `"#77a41c"`;
exports[`internet > 1211 > color > with redBase option 1`] = `"#a9721c"`;
exports[`internet > 1211 > displayName > noArgs 1`] = `"Tito_Fahey67"`;
exports[`internet > 1211 > displayName > with Chinese names 1`] = `"大羽89"`;
exports[`internet > 1211 > displayName > with Cyrillic names 1`] = `"Фёдор89"`;
exports[`internet > 1211 > displayName > with Latin names 1`] = `"Jane89"`;
exports[`internet > 1211 > displayName > with accented names 1`] = `"Hélene89"`;
exports[`internet > 1211 > displayName > with all option 1`] = `"Jane89"`;
exports[`internet > 1211 > displayName > with firstName option 1`] = `"Jane.Trantow99"`;
exports[`internet > 1211 > displayName > with lastName option 1`] = `"Tito_Doe22"`;
exports[`internet > 1211 > domainName 1`] = `"velvety-tarragon.biz"`;
exports[`internet > 1211 > domainSuffix 1`] = `"org"`;
exports[`internet > 1211 > domainWord 1`] = `"velvety-tarragon"`;
exports[`internet > 1211 > email > noArgs 1`] = `"[email protected]"`;
exports[`internet > 1211 > email > with all options 1`] = `"[email protected]"`;
exports[`internet > 1211 > email > with allowSpecialCharacters option 1`] = `"[email protected]"`;
exports[`internet > 1211 > email > with firstName option 1`] = `"[email protected]"`;
exports[`internet > 1211 > email > with lastName option 1`] = `"[email protected]"`;
exports[`internet > 1211 > email > with provider option 1`] = `"[email protected]"`;
exports[`internet > 1211 > emoji > noArgs 1`] = `"🇹🇳"`;
exports[`internet > 1211 > emoji > with options 1`] = `"🌲"`;
exports[`internet > 1211 > exampleEmail > noArgs 1`] = `"[email protected]"`;
exports[`internet > 1211 > exampleEmail > with all options 1`] = `"[email protected]"`;
exports[`internet > 1211 > exampleEmail > with allowSpecialCharacters option 1`] = `"[email protected]"`;
exports[`internet > 1211 > exampleEmail > with firstName option 1`] = `"[email protected]"`;
exports[`internet > 1211 > exampleEmail > with lastName option 1`] = `"[email protected]"`;
exports[`internet > 1211 > httpMethod 1`] = `"PATCH"`;
exports[`internet > 1211 > httpStatusCode > noArgs 1`] = `510`;
exports[`internet > 1211 > httpStatusCode > with options 1`] = `429`;
exports[`internet > 1211 > ip 1`] = `"d4fe:fa7f:baec:9dc4:c48f:a8eb:f46f:b7c8"`;
exports[`internet > 1211 > ipv4 > noArgs 1`] = `"237.179.127.46"`;
exports[`internet > 1211 > ipv4 > with cidrBlock 1`] = `"192.168.13.237"`;
exports[`internet > 1211 > ipv4 > with network 1`] = `"238.219.55.242"`;
exports[`internet > 1211 > ipv6 1`] = `"ed4f:efa7:fbae:c9dc:4c48:fa8e:bf46:fb7c"`;
exports[`internet > 1211 > jwt > noArgs 1`] = `"eyJhbGciOiJQUzUxMiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE1Nzc4MzA2MjMsImV4cCI6MTU3Nzg1MDExMywibmJmIjoxNjA5MTk5Nzk2LCJpc3MiOiJQYXVjZWssIFJ1bm9sZnNkb3R0aXIgYW5kIEhlcm1hbm4iLCJzdWIiOiJiZGNhZDZkZC0zOTM1LTRmYzYtOGU4Zi0zNGI4NWQ2NDQyOGIiLCJhdWQiOiJiNzM2M2Q5Ny0wYjJiLTQ0YzgtYjczOS1kMWQ3Njc5YzhlZmQiLCJqdGkiOiIzYmQ1ZTA4Yy03MTQyLTQ0M2UtYWY2My05OTk5ZGFkY2RlODUifQ.rlPcW5f2VqUAXZlCKU8wGJfPV9H4qDj1eeVBExFATrtOy1ztr5Cp9avVZNMtsWSD"`;
exports[`internet > 1211 > jwt > with custom header 1`] = `"eyJhbGciOiJFUzI1NiJ9.eyJpYXQiOjE1Nzc4MzA2MjMsImV4cCI6MTU3NzkwNzgxOSwibmJmIjoxNTYwNTI3OTk5LCJpc3MiOiJPc2luc2tpLCBQYXVjZWsgYW5kIFJ1bm9sZnNkb3R0aXIiLCJzdWIiOiI1YmRjYWQ2ZC1kMzkzLTQ1ZmMtYTZlOC1mMzRiODVkNjQ0MjgiLCJhdWQiOiIyYjczNjNkOS03MGIyLTRiNGMtYjg3My05ZDFkNzY3OWM4ZWYiLCJqdGkiOiJkM2JkNWUwOC1jNzE0LTQyNDMtOWVmNi0zOTk5OWRhZGNkZTgifQ.xrlPcW5f2VqUAXZlCKU8wGJfPV9H4qDj1eeVBExFATrtOy1ztr5Cp9avVZNMtsWS"`;
exports[`internet > 1211 > jwt > with custom payload 1`] = `"eyJhbGciOiJQUzUxMiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJBY21lIn0.dZFGLlHOLEPqRRdAcmZLoWxYdiHwlQngjayH8HufpcQzt2HbHhMvsdBS6QsntzOx"`;
exports[`internet > 1211 > jwtAlgorithm 1`] = `"none"`;
exports[`internet > 1211 > mac > noArgs 1`] = `"ee:3f:aa:c5:bd:ca"`;
exports[`internet > 1211 > mac > with separator 1`] = `"ee:3f:aa:c5:bd:ca"`;
exports[`internet > 1211 > mac > with separator option 1`] = `"ee-3f-aa-c5-bd-ca"`;
exports[`internet > 1211 > password > noArgs 1`] = `"yu6biBbnj_oJsr5"`;
exports[`internet > 1211 > password > with length option 1`] = `"yu6biBbnj_"`;
exports[`internet > 1211 > password > with length, memorable, pattern and prefix option 1`] = `"test653618"`;
exports[`internet > 1211 > password > with memorable option 1`] = `"yu6biBbnj_oJsr5"`;
exports[`internet > 1211 > password > with pattern option 1`] = `"653618425553389"`;
exports[`internet > 1211 > password > with prefix option 1`] = `"testyu6biBbnj_o"`;
exports[`internet > 1211 > port 1`] = `60851`;
exports[`internet > 1211 > protocol 1`] = `"https"`;
exports[`internet > 1211 > url > noArgs 1`] = `"https://unknown-decongestant.org"`;
exports[`internet > 1211 > url > with slash appended 1`] = `"https://velvety-tarragon.biz/"`;
exports[`internet > 1211 > url > without slash appended and with http protocol 1`] = `"http://velvety-tarragon.biz"`;
exports[`internet > 1211 > userAgent 1`] = `"Mozilla/5.0 (Linux; Android 13; SM-G998B) AppleWebKit/605.67 (KHTML, like Gecko) Chrome/107.7.3.6 Mobile Safari/592.76"`;
exports[`internet > 1211 > userName > noArgs 1`] = `"Tito67"`;
exports[`internet > 1211 > userName > with Chinese names 1`] = `"hlzp8d_tpv89"`;
exports[`internet > 1211 > userName > with Cyrillic names 1`] = `"Fedor_Dostoevskii89"`;
exports[`internet > 1211 > userName > with Latin names 1`] = `"Jane_Doe89"`;
exports[`internet > 1211 > userName > with accented names 1`] = `"Helene_Muller89"`;
exports[`internet > 1211 > userName > with all option 1`] = `"Jane_Doe89"`;
exports[`internet > 1211 > userName > with firstName option 1`] = `"Jane99"`;
exports[`internet > 1211 > userName > with lastName option 1`] = `"Tito_Doe"`;
exports[`internet > 1211 > username > noArgs 1`] = `"Tito67"`;
exports[`internet > 1211 > username > with Chinese names 1`] = `"hlzp8d_tpv89"`;
exports[`internet > 1211 > username > with Cyrillic names 1`] = `"Fedor_Dostoevskii89"`;
exports[`internet > 1211 > username > with Latin names 1`] = `"Jane_Doe89"`;
exports[`internet > 1211 > username > with accented names 1`] = `"Helene_Muller89"`;
exports[`internet > 1211 > username > with all option 1`] = `"Jane_Doe89"`;
exports[`internet > 1211 > username > with firstName option 1`] = `"Jane99"`;
exports[`internet > 1211 > username > with lastName option 1`] = `"Tito_Doe"`;
exports[`internet > 1337 > color > noArgs 1`] = `"#211423"`;
exports[`internet > 1337 > color > with all options 1`] = `"#534655"`;
exports[`internet > 1337 > color > with blueBase option 1`] = `"#211455"`;
exports[`internet > 1337 > color > with greenBase option 1`] = `"#214623"`;
exports[`internet > 1337 > color > with redBase option 1`] = `"#531423"`;
exports[`internet > 1337 > displayName > noArgs 1`] = `"Devyn.Gottlieb"`;
exports[`internet > 1337 > displayName > with Chinese names 1`] = `"大羽15"`;
exports[`internet > 1337 > displayName > with Cyrillic names 1`] = `"Фёдор15"`;
exports[`internet > 1337 > displayName > with Latin names 1`] = `"Jane15"`;
exports[`internet > 1337 > displayName > with accented names 1`] = `"Hélene15"`;
exports[`internet > 1337 > displayName > with all option 1`] = `"Jane15"`;
exports[`internet > 1337 > displayName > with firstName option 1`] = `"Jane45"`;
exports[`internet > 1337 > displayName > with lastName option 1`] = `"Devyn.Doe"`;
exports[`internet > 1337 > domainName 1`] = `"fatal-co-producer.biz"`;
exports[`internet > 1337 > domainSuffix 1`] = `"biz"`;
exports[`internet > 1337 > domainWord 1`] = `"fatal-co-producer"`;
exports[`internet > 1337 > email > noArgs 1`] = `"[email protected]"`;
exports[`internet > 1337 > email > with all options 1`] = `"[email protected]"`;
exports[`internet > 1337 > email > with allowSpecialCharacters option 1`] = `"[email protected]"`;
exports[`internet > 1337 > email > with firstName option 1`] = `"[email protected]"`;
exports[`internet > 1337 > email > with lastName option 1`] = `"[email protected]"`;
exports[`internet > 1337 > email > with provider option 1`] = `"[email protected]"`;
exports[`internet > 1337 > emoji > noArgs 1`] = `"🧏🏾♂️"`;
exports[`internet > 1337 > emoji > with options 1`] = `"🐪"`;
exports[`internet > 1337 > exampleEmail > noArgs 1`] = `"[email protected]"`;
exports[`internet > 1337 > exampleEmail > with all options 1`] = `"Jane/[email protected]"`;
exports[`internet > 1337 > exampleEmail > with allowSpecialCharacters option 1`] = `"[email protected]"`;
exports[`internet > 1337 > exampleEmail > with firstName option 1`] = `"[email protected]"`;
exports[`internet > 1337 > exampleEmail > with lastName option 1`] = `"[email protected]"`;
exports[`internet > 1337 > httpMethod 1`] = `"POST"`;
exports[`internet > 1337 > httpStatusCode > noArgs 1`] = `201`;
exports[`internet > 1337 > httpStatusCode > with options 1`] = `407`;
exports[`internet > 1337 > ip 1`] = `"40.159.131.70"`;
exports[`internet > 1337 > ipv4 > noArgs 1`] = `"67.20.12.145"`;
exports[`internet > 1337 > ipv4 > with cidrBlock 1`] = `"192.168.13.67"`;
exports[`internet > 1337 > ipv4 > with network 1`] = `"228.49.64.201"`;
exports[`internet > 1337 > ipv6 1`] = `"536a:7b5f:a28d:2f9b:b79c:a46e:a394:bc4f"`;
exports[`internet > 1337 > jwt > noArgs 1`] = `"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE1Nzc3NzMwMzksImV4cCI6MTU3Nzc5NzA3MCwibmJmIjoxNTc1MjcwODM1LCJpc3MiOiJMZWFubm9uIC0gR2lic29uIiwic3ViIjoiZmIxNmEyZjctY2M1Ni00OWMzLWI0YTctMjYzOGQyZjY4ODBiIiwiYXVkIjoiMjI1YjA1MGMtNWI3Zi00ZDk5LThmNDAtMWZmNzViMGNhM2FlIiwianRpIjoiZTViNDgyNzctNmM3Yi00YzVlLThiZTYtN2VhODNmOGMzNjY4In0.G1eJVCpQZioHm1lu2UIL52g7eGtWAbbkq4D3IE0LkMkzaQgKyTx14Xs9FCyUTgIu"`;
exports[`internet > 1337 > jwt > with custom header 1`] = `"eyJhbGciOiJFUzI1NiJ9.eyJpYXQiOjE1Nzc3NzMwMzksImV4cCI6MTU3Nzc4Njc1MCwibmJmIjoxNTYzODQyNzk2LCJpc3MiOiJIYW1tZXMgTExDIiwic3ViIjoiNGZiMTZhMmYtN2NjNS00NjljLWEzNGEtNzI2MzhkMmY2ODgwIiwiYXVkIjoiZjIyNWIwNTAtYzViNy00ZmQ5LWI5ZjQtMDFmZjc1YjBjYTNhIiwianRpIjoiMmU1YjQ4MjctNzZjNy00YmM1LWFlYmUtNjdlYTgzZjhjMzY2In0.7G1eJVCpQZioHm1lu2UIL52g7eGtWAbbkq4D3IE0LkMkzaQgKyTx14Xs9FCyUTgI"`;
exports[`internet > 1337 > jwt > with custom payload 1`] = `"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJBY21lIn0.hsjwgYJ7nC7YrMNmpALbhFubpcwPbXqvv0JZa7nG0m3MlHuYPBzZf05WYulI0LFb"`;
exports[`internet > 1337 > jwtAlgorithm 1`] = `"RS256"`;
exports[`internet > 1337 > mac > noArgs 1`] = `"42:47:58:4f:b1:6a"`;
exports[`internet > 1337 > mac > with separator 1`] = `"42:47:58:4f:b1:6a"`;
exports[`internet > 1337 > mac > with separator option 1`] = `"42-47-58-4f-b1-6a"`;
exports[`internet > 1337 > password > noArgs 1`] = `"90LR9fEKllCHXi2"`;
exports[`internet > 1337 > password > with length option 1`] = `"90LR9fEKll"`;
exports[`internet > 1337 > password > with length, memorable, pattern and prefix option 1`] = `"test909213"`;
exports[`internet > 1337 > password > with memorable option 1`] = `"90LR9fEKllCHXi2"`;
exports[`internet > 1337 > password > with pattern option 1`] = `"909213209301777"`;
exports[`internet > 1337 > password > with prefix option 1`] = `"test90LR9fEKllC"`;
exports[`internet > 1337 > port 1`] = `17172`;
exports[`internet > 1337 > protocol 1`] = `"http"`;
exports[`internet > 1337 > url > noArgs 1`] = `"https://cumbersome-duster.info/"`;
exports[`internet > 1337 > url > with slash appended 1`] = `"https://fatal-co-producer.biz/"`;
exports[`internet > 1337 > url > without slash appended and with http protocol 1`] = `"http://fatal-co-producer.biz"`;
exports[`internet > 1337 > userAgent 1`] = `"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/547.27.45 (KHTML, like Gecko) Version/16.1 Safari/558.51.26"`;
exports[`internet > 1337 > userName > noArgs 1`] = `"Devyn.Gottlieb"`;
exports[`internet > 1337 > userName > with Chinese names 1`] = `"hlzp8d.tpv15"`;
exports[`internet > 1337 > userName > with Cyrillic names 1`] = `"Fedor.Dostoevskii15"`;
exports[`internet > 1337 > userName > with Latin names 1`] = `"Jane.Doe15"`;
exports[`internet > 1337 > userName > with accented names 1`] = `"Helene.Muller15"`;
exports[`internet > 1337 > userName > with all option 1`] = `"Jane.Doe15"`;
exports[`internet > 1337 > userName > with firstName option 1`] = `"Jane.Cronin45"`;
exports[`internet > 1337 > userName > with lastName option 1`] = `"Devyn.Doe27"`;
exports[`internet > 1337 > username > noArgs 1`] = `"Devyn.Gottlieb"`;
exports[`internet > 1337 > username > with Chinese names 1`] = `"hlzp8d.tpv15"`;
exports[`internet > 1337 > username > with Cyrillic names 1`] = `"Fedor.Dostoevskii15"`;
exports[`internet > 1337 > username > with Latin names 1`] = `"Jane.Doe15"`;
exports[`internet > 1337 > username > with accented names 1`] = `"Helene.Muller15"`;
exports[`internet > 1337 > username > with all option 1`] = `"Jane.Doe15"`;
exports[`internet > 1337 > username > with firstName option 1`] = `"Jane.Cronin45"`;
exports[`internet > 1337 > username > with lastName option 1`] = `"Devyn.Doe27"`;
|