k6-cucumber-steps 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,582 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <link rel="stylesheet" href="https://unpkg.com/purecss@2.0.3/build/pure-min.css" crossorigin="anonymous">
6
+
7
+ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.2/css/all.css" crossorigin="anonymous">
8
+
9
+ <link rel="shortcut icon" href="https://raw.githubusercontent.com/benc-uk/k6-reporter/main/assets/icon.png" type="image/png">
10
+
11
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
12
+ <title>K6 Load Test: 2025-06-03 12:54</title>
13
+ <style>
14
+ body {
15
+ margin: 1rem;
16
+ }
17
+ footer {
18
+ float: right;
19
+ font-size: 0.8rem;
20
+ color: #777;
21
+ }
22
+ footer a {
23
+ text-decoration: none;
24
+ color: #777;
25
+ }
26
+ .failed {
27
+ background-color: #ff6666 !important;
28
+ }
29
+ .good {
30
+ background-color: #3abe3a !important;
31
+ }
32
+ td.failed {
33
+ font-weight: bold;
34
+ }
35
+ h2 {
36
+ padding-bottom: 4px;
37
+ border-bottom: solid 3px #cccccc;
38
+ }
39
+ .tabs {
40
+ display: flex;
41
+ flex-wrap: wrap;
42
+ }
43
+ .tabs label {
44
+ order: 1;
45
+ display: block;
46
+ padding: 1rem 2rem;
47
+ margin-right: 0.2rem;
48
+ cursor: pointer;
49
+ color: #666;
50
+ background: #ddd;
51
+ font-weight: bold;
52
+ font-size: 1.2rem;
53
+ flex: 1 1;
54
+ transition: background ease 0.2s;
55
+ border-top-left-radius: 0.3rem;
56
+ border-top-right-radius: 0.3rem;
57
+ border-color: #ccc;
58
+ border-style: solid;
59
+ border-width: 2px 2px 0px;
60
+ box-shadow: inset 0px -3px 7px -1px rgba(0,0,0,0.33);
61
+ }
62
+ .tabs .tab {
63
+ order: 99;
64
+ flex-grow: 1;
65
+ width: 100%;
66
+ display: none;
67
+ padding: 1rem;
68
+ background: #fff;
69
+ }
70
+ .tabs input[type="radio"] {
71
+ display: none;
72
+ }
73
+ .tabs input[type="radio"]:checked + label {
74
+ background: #fff;
75
+ box-shadow: none;
76
+ color: #000;
77
+ }
78
+ .tabs input[type="radio"]:checked + label + .tab {
79
+ display: block;
80
+ }
81
+ .box {
82
+ flex: 1 1;
83
+ border-radius: 0.3rem;
84
+ background-color: #3abe3a;
85
+ margin: 1rem;
86
+ padding: 0.5rem;
87
+ font-size: 2vw;
88
+ box-shadow: 0px 4px 7px -1px rgba(0,0,0,0.49);
89
+ color: white;
90
+ position: relative;
91
+ overflow: hidden;
92
+ }
93
+ .box h4 {
94
+ margin: 0;
95
+ padding-bottom: 0.5rem;
96
+ text-align: center;
97
+ position: relative;
98
+ z-index: 50;
99
+ }
100
+ .row {
101
+ display: flex;
102
+ }
103
+ .row div {
104
+ flex: 1 1;
105
+ text-align: center;
106
+ margin-bottom: 0.5rem;
107
+ }
108
+ .bignum {
109
+ position: relative;
110
+ font-size: min(6vw, 80px);
111
+ z-index: 20;
112
+ }
113
+ table {
114
+ font-size: min(2vw, 22px);
115
+ width: 100%;
116
+ }
117
+ .icon {
118
+ position: absolute;
119
+ top: 60%;
120
+ left: 50%;
121
+ transform: translate(-50%, -50%);
122
+ color: #0000002d;
123
+ font-size: 8vw;
124
+ z-index: 1;
125
+ }
126
+ .metricbox {
127
+ background-color: #5697e2;
128
+ font-size: 3vw;
129
+ height: auto;
130
+ }
131
+ .metricbox .row {
132
+ position: relative;
133
+ z-index: 20;
134
+ }
135
+ </style>
136
+ </head>
137
+
138
+ <body>
139
+ <h1>
140
+ <svg style="vertical-align:middle" width="50" height="45" viewBox="0 0 50 45" fill="none" class="footer-module--logo--_lkxx"><path d="M31.968 34.681a2.007 2.007 0 002.011-2.003c0-1.106-.9-2.003-2.011-2.003a2.007 2.007 0 00-2.012 2.003c0 1.106.9 2.003 2.012 2.003z" fill="#7D64FF"></path><path d="M39.575 0L27.154 16.883 16.729 9.31 0 45h50L39.575 0zM23.663 37.17l-2.97-4.072v4.072h-2.751V22.038l2.75 1.989v7.66l3.659-5.014 2.086 1.51-3.071 4.21 3.486 4.776h-3.189v.001zm8.305.17c-2.586 0-4.681-2.088-4.681-4.662 0-1.025.332-1.972.896-2.743l4.695-6.435 2.086 1.51-2.239 3.07a4.667 4.667 0 013.924 4.6c0 2.572-2.095 4.66-4.681 4.66z" fill="#7D64FF"></path></svg>
141
+ &nbsp; K6 Load Test: 2025-06-03 12:54
142
+ </h1>
143
+
144
+ <div class="row">
145
+ <div class="box">
146
+ <i class="fas fa-globe icon"></i>
147
+ <h4>Total Requests</h4>
148
+ <div class="bignum">32</div>
149
+ <div class="bignum"></div>
150
+ </div>
151
+
152
+ <div class="box failed ">
153
+ <i class="far fa-times-circle icon"></i>
154
+ <h4>Failed Requests</h4>
155
+ <div class="bignum">27</div>
156
+ </div>
157
+
158
+ <div class="box failed ">
159
+ <i class="fas fa-chart-bar icon"></i>
160
+ <h4>Breached Thresholds</h4>
161
+ <div class="bignum">1</div>
162
+ </div>
163
+ <div class="box failed ">
164
+ <i class="fas fa-eye icon"></i>
165
+ <h4>Failed Checks</h4>
166
+ <div class="bignum">27</div>
167
+ </div>
168
+ </div>
169
+
170
+ <br>
171
+
172
+ <div class="tabs">
173
+ <input type="radio" name="tabs" id="tabone" checked="checked">
174
+ <label for="tabone"><i class="far fa-clock"></i> &nbsp; Request Metrics</label>
175
+ <div class="tab">
176
+ <table class="pure-table pure-table-striped">
177
+ <tbody>
178
+ <thead>
179
+ <tr>
180
+ <th></th>
181
+ <th>Count</th>
182
+ <th>Rate</th>
183
+ <th>Average</th>
184
+ <th>Maximum</th>
185
+ <th>Median</th>
186
+ <th>Minimum</th>
187
+ <th>90th Percentile</th>
188
+ <th>95th Percentile</th>
189
+ </tr>
190
+ </thead>
191
+
192
+
193
+ <tr>
194
+ <td><b>http_req_duration</b></td>
195
+
196
+
197
+ <td>-</td>
198
+
199
+
200
+
201
+ <td>-</td>
202
+
203
+
204
+
205
+ <td class="">305.61</td>
206
+
207
+
208
+
209
+ <td class="">1496.77</td>
210
+
211
+
212
+
213
+ <td class="">210.74</td>
214
+
215
+
216
+
217
+ <td class="">200.57</td>
218
+
219
+
220
+
221
+ <td class="">541.72</td>
222
+
223
+
224
+
225
+ <td class="good">768.79</td>
226
+
227
+ </tr>
228
+
229
+ <tr>
230
+ <td><b>http_req_waiting</b></td>
231
+
232
+
233
+ <td>-</td>
234
+
235
+
236
+
237
+ <td>-</td>
238
+
239
+
240
+
241
+ <td class="">292.36</td>
242
+
243
+
244
+
245
+ <td class="">1319.21</td>
246
+
247
+
248
+
249
+ <td class="">210.16</td>
250
+
251
+
252
+
253
+ <td class="">200.44</td>
254
+
255
+
256
+
257
+ <td class="">538.27</td>
258
+
259
+
260
+
261
+ <td class="">667.28</td>
262
+
263
+ </tr>
264
+
265
+ <tr>
266
+ <td><b>http_req_connecting</b></td>
267
+
268
+
269
+ <td>-</td>
270
+
271
+
272
+
273
+ <td>-</td>
274
+
275
+
276
+
277
+ <td class="">5.67</td>
278
+
279
+
280
+
281
+ <td class="">181.29</td>
282
+
283
+
284
+
285
+ <td>-</td>
286
+
287
+
288
+
289
+ <td>-</td>
290
+
291
+
292
+
293
+ <td>-</td>
294
+
295
+
296
+
297
+ <td>-</td>
298
+
299
+ </tr>
300
+
301
+ <tr>
302
+ <td><b>http_req_tls_handshaking</b></td>
303
+
304
+
305
+ <td>-</td>
306
+
307
+
308
+
309
+ <td>-</td>
310
+
311
+
312
+
313
+ <td class="">6.55</td>
314
+
315
+
316
+
317
+ <td class="">209.51</td>
318
+
319
+
320
+
321
+ <td>-</td>
322
+
323
+
324
+
325
+ <td>-</td>
326
+
327
+
328
+
329
+ <td>-</td>
330
+
331
+
332
+
333
+ <td>-</td>
334
+
335
+ </tr>
336
+
337
+ <tr>
338
+ <td><b>http_req_sending</b></td>
339
+
340
+
341
+ <td>-</td>
342
+
343
+
344
+
345
+ <td>-</td>
346
+
347
+
348
+
349
+ <td class="">0.48</td>
350
+
351
+
352
+
353
+ <td class="">2.88</td>
354
+
355
+
356
+
357
+ <td class="">0.36</td>
358
+
359
+
360
+
361
+ <td class="">0.06</td>
362
+
363
+
364
+
365
+ <td class="">0.67</td>
366
+
367
+
368
+
369
+ <td class="">1.03</td>
370
+
371
+ </tr>
372
+
373
+ <tr>
374
+ <td><b>http_req_receiving</b></td>
375
+
376
+
377
+ <td>-</td>
378
+
379
+
380
+
381
+ <td>-</td>
382
+
383
+
384
+
385
+ <td class="">12.78</td>
386
+
387
+
388
+
389
+ <td class="">224.75</td>
390
+
391
+
392
+
393
+ <td class="">0.11</td>
394
+
395
+
396
+
397
+ <td class="">0.04</td>
398
+
399
+
400
+
401
+ <td class="">0.19</td>
402
+
403
+
404
+
405
+ <td class="">81.82</td>
406
+
407
+ </tr>
408
+
409
+ <tr>
410
+ <td><b>http_req_blocked</b></td>
411
+
412
+
413
+ <td>-</td>
414
+
415
+
416
+
417
+ <td>-</td>
418
+
419
+
420
+
421
+ <td class="">12.26</td>
422
+
423
+
424
+
425
+ <td class="">392.13</td>
426
+
427
+
428
+
429
+ <td class="">0.00</td>
430
+
431
+
432
+
433
+ <td>-</td>
434
+
435
+
436
+
437
+ <td class="">0.00</td>
438
+
439
+
440
+
441
+ <td class="">0.01</td>
442
+
443
+ </tr>
444
+
445
+ <tr>
446
+ <td><b>iteration_duration</b></td>
447
+
448
+
449
+ <td>-</td>
450
+
451
+
452
+
453
+ <td>-</td>
454
+
455
+
456
+
457
+ <td class="">318.69</td>
458
+
459
+
460
+
461
+ <td class="">1497.89</td>
462
+
463
+
464
+
465
+ <td class="">211.58</td>
466
+
467
+
468
+
469
+ <td class="">200.88</td>
470
+
471
+
472
+
473
+ <td class="">542.15</td>
474
+
475
+
476
+
477
+ <td class="">971.92</td>
478
+
479
+ </tr>
480
+
481
+ </tbody>
482
+ </table>
483
+ <br>
484
+
485
+
486
+ </tbody>
487
+ </table>
488
+ <br>
489
+
490
+
491
+ &nbsp;&nbsp; Note. All times are in milli-seconds
492
+ </div>
493
+ <!-- ---- end tab ---- -->
494
+
495
+ <input type="radio" name="tabs" id="tabtwo">
496
+ <label for="tabtwo"><i class="fas fa-chart-line"></i> &nbsp; Other Stats</label>
497
+ <div class="tab">
498
+ <div class="row">
499
+
500
+ <div class="box metricbox">
501
+ <h4>Checks</h4>
502
+ <i class="fas fa-eye icon"></i>
503
+ <div class="row"><div>Passed</div><div>5</div></div>
504
+ <div class="row"><div>Failed</div><div>27</div></div>
505
+ </div>
506
+
507
+
508
+
509
+ <div class="box metricbox">
510
+ <h4>Iterations</h4>
511
+ <i class="fas fa-redo icon"></i>
512
+ <div class="row"><div>Total</div><div>32</div></div>
513
+ <div class="row"><div>Rate</div><div>3.14/s</div></div>
514
+ </div>
515
+
516
+
517
+ <div class="box metricbox">
518
+ <h4>Virtual Users</h4>
519
+ <i class="fas fa-user icon"></i>
520
+ <div class="row"><div>Min</div><div>1</div></div>
521
+ <div class="row"><div>Max</div><div>1</div></div>
522
+ </div>
523
+ </div>
524
+
525
+ <div class="row">
526
+ <div class="box metricbox">
527
+ <h4>Requests</h4>
528
+ <i class="fas fa-globe icon"></i>
529
+ <div class="row"><div>Total</div><div>32</div></div>
530
+ <div class="row"><div>Rate</div><div>3.14/s</div></div>
531
+ </div>
532
+
533
+ <div class="box metricbox">
534
+ <h4>Data Received</h4>
535
+ <i class="fas fa-cloud-download-alt icon"></i>
536
+ <div class="row"><div>Total</div><div>0.04 MB</div></div>
537
+ <div class="row"><div>Rate</div><div>0.00 mB/s</div></div>
538
+ </div>
539
+
540
+ <div class="box metricbox">
541
+ <h4>Data Sent</h4>
542
+ <i class="fas fa-cloud-upload-alt icon"></i>
543
+ <div class="row"><div>Total</div><div>0.14 MB</div></div>
544
+ <div class="row"><div>Rate</div><div>0.01 mB/s</div></div>
545
+ </div>
546
+ </div>
547
+ </div>
548
+ <!-- ---- end tab ---- -->
549
+
550
+ <input type="radio" name="tabs" id="tabthree">
551
+ <label for="tabthree"><i class="fas fa-tasks"></i> Checks & Groups</label>
552
+ <div class="tab">
553
+
554
+
555
+
556
+ <h2>&bull; Other Checks</h2>
557
+ <table class="pure-table pure-table-horizontal" style="width: 100%">
558
+ <thead>
559
+ <tr>
560
+ <th>Check Name</th>
561
+ <th>Passes</th>
562
+ <th>Failures</th>
563
+ </tr>
564
+ </thead>
565
+
566
+ <tr class="checkDetails failed">
567
+ <td width="50%">status is 2xx</td><td>5</td><td>27</td>
568
+ </tr>
569
+
570
+ </table>
571
+ </div>
572
+ <!-- ---- end tab ---- -->
573
+ </div>
574
+ <footer>K6 Reporter v2.3.0 - Ben Coleman 2021, <a href="https://github.com/benc-uk/k6-reporter">[GitHub]</a></footer>
575
+
576
+ <div style="text-align:center; margin-top:20px;">
577
+ <a href="cucumber-report.html" style="font-size:18px; color:#0066cc;">
578
+ 🔗 View Cucumber Test Report
579
+ </a>
580
+ </div>
581
+ </body>
582
+ </html>