-
Notifications
You must be signed in to change notification settings - Fork 3
/
SampleReport.html
619 lines (482 loc) · 19.4 KB
/
SampleReport.html
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
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8' />
<meta name='description' content='' />
<meta name='robots' content='noodp, noydir' />
<meta name='viewport' content='width=device-width, initial-scale=1' />
<meta id="timeStampFormat" name="timeStampFormat" content='MMM d, yyyy hh:mm:ss a'/>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600' rel='stylesheet' type='text/css' />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<link href='https://cdn.rawgit.com/anshooarora/extentreports-java/b4a58fcfd1e137bd9287244035a7c80d3d73b3af/dist/css/extent.css' type='text/css' rel='stylesheet' />
<title>BDD Cucumber Framework Reports</title>
<style type='text/css'>
</style>
</head>
<body class='extent standard default hide-overflow bdd-report'>
<div id='theme-selector' alt='Click to toggle theme. To enable by default, use theme configuration.' title='Click to toggle theme. To enable by default, use theme configuration.'>
<span><i class='material-icons'>desktop_windows</i></span>
</div>
<nav>
<div class="nav-wrapper">
<a href="#!" class="brand-logo blue darken-3">Extent</a>
<!-- slideout menu -->
<ul id='slide-out' class='side-nav fixed hide-on-med-and-down'>
<li class='waves-effect active'><a href='#!' view='test-view' onclick="configureView(0);chartsView('test');"><i class='material-icons'>dashboard</i></a></li>
<li class='waves-effect'><a href='#!' view='author-view' onclick="configureView(3)"><i class='material-icons'>person</i></a></li>
<li class='waves-effect'><a href='#!' onclick="configureView(-1);chartsView('dashboard');" view='dashboard-view'><i class='material-icons'>track_changes</i></i></a></li>
</ul>
<!-- report name -->
<span class='report-name'>BDD Cucumber Report</span>
<!-- report headline -->
<span class='report-headline'></span>
<!-- nav-right -->
<ul id='nav-mobile' class='right hide-on-med-and-down nav-right'>
<li>
<a href='#!'>
<span class='label suite-start-time blue darken-3'>Sep 9, 2019 08:51:31 PM</span>
</a>
</li>
<li>
<a href='#!'>
<span class='label blue darken-3'>3.1.5</span>
</a>
</li>
</ul>
</div>
</nav>
<!-- container -->
<div class='container'>
<div id='test-view' class='view'>
<section id='controls'>
<div class='controls grey lighten-4'>
<!-- test toggle -->
<div class='chip transparent'>
<a class='dropdown-button tests-toggle' data-activates='tests-toggle' data-constrainwidth='true' data-beloworigin='true' data-hover='true' href='#'>
<i class='material-icons'>warning</i> Status
</a>
<ul id='tests-toggle' class='dropdown-content'>
<li status='pass'><a href='#!'>Pass <i class='material-icons green-text'>check_circle</i></a></li>
<li class='divider'></li>
<li status='clear' clear='true'><a href='#!'>Clear Filters <i class='material-icons'>clear</i></a></li>
</ul>
</div>
<!-- test toggle -->
<!-- category toggle -->
<!-- category toggle -->
<!-- clear filters -->
<div class='chip transparent hide'>
<a class='' id='clear-filters' alt='Clear Filters' title='Clear Filters'>
<i class='material-icons'>close</i> Clear
</a>
</div>
<!-- clear filters -->
<!-- enable dashboard -->
<div id='toggle-test-view-charts' class='chip transparent'>
<a class='pink-text' id='enable-dashboard' alt='Enable Dashboard' title='Enable Dashboard'>
<i class='material-icons'>track_changes</i> Dashboard
</a>
</div>
<!-- enable dashboard -->
<!-- search -->
<div class='chip transparent' alt='Search Tests' title='Search Tests'>
<a href="#" class='search-div'>
<i class='material-icons'>search</i> Search
</a>
<div class='input-field left hide'>
<input id='search-tests' type='text' class='validate browser-default' placeholder='Search Tests...'>
</div>
</div>
<!-- search -->
</div>
</section>
<div id='test-view-charts' class='subview-full'>
<div id='charts-row' class='row nm-v nm-h'>
<div class='col s12 m4 l4 np-h'>
<div class='card-panel nm-v'>
<div class='left panel-name'>Features</div>
<div class='chart-box'>
<canvas id='parent-analysis' width='100' height='80'></canvas>
</div>
<div class='block text-small'>
<span class='tooltipped' data-position='top' data-tooltip='100%'><span class='strong'>1</span> feature(s) passed</span>
</div>
<div class='block text-small'>
<span class='strong tooltipped' data-position='top' data-tooltip='0%'>0</span> feature(s) failed, <span class='strong tooltipped' data-position='top' data-tooltip='0%'>0</span> others
</div>
</div>
</div>
<div class='col s12 m4 l4 np-h'>
<div class='card-panel nm-v'>
<div class='left panel-name'>Scenarios</div>
<div class='chart-box'>
<canvas id='child-analysis' width='100' height='80'></canvas>
</div>
<div class='block text-small'>
<span class='tooltipped' data-position='top' data-tooltip='100%'><span class='strong'>2</span> scenario(s) passed</span>
</div>
<div class='block text-small'>
<span class='strong tooltipped' data-position='top' data-tooltip='0%'>0</span> scenario(s) failed, <span class='strong tooltipped' data-position='top' data-tooltip='0%'>0</span> others
</div>
</div>
</div>
<div class='col s12 m4 l4 np-h'>
<div class='card-panel nm-v'>
<div class='left panel-name'>Steps</div>
<div class='chart-box'>
<canvas id='grandchild-analysis' width='100' height='80'></canvas>
</div>
<div class='block text-small'>
<span class='tooltipped' data-position='top' data-tooltip='100%'><span class='strong'>25</span> step(s) passed</span>
</div>
<div class='block text-small'>
<span class='strong tooltipped' data-position='top' data-tooltip='0%'>0</span> step(s) failed, <span class='strong tooltipped' data-position='top' data-tooltip='0%'>0</span> others
</div>
</div>
</div>
</div>
</div>
<div class='subview-left left'>
<div class='view-summary'>
<h5>Features</h5>
<ul id='test-collection' class='test-collection'>
<li class='test displayed active has-leaf pass' status='pass' bdd='true' test-id='1'>
<div class='test-heading'>
<span class='test-name'>Validation of Amazon Mobile application for Adding Items in Cart</span>
<span class='test-time'>Sep 9, 2019 08:51:31 PM</span>
<span class='test-status right pass'>pass</span>
</div>
<div class='test-content hide'>
<div class='scenario node' test-id='2' status='pass'>
<span class='duration right label'>0h 1m 56s+821ms</span>
<div class='desc'>
<b>Scenario</b>
<span class="desc-text">Login to Amazon App and Search for a Product</span>
</div>
<ul class='steps'>
<li test-id='3' class='node given pass' status='pass'>
<b>Given</b>
<span class="bdd-step-name">Given Launch the Amazon app</span>
<div class='pre'>passed</div>
</li>
<li test-id='4' class='node when pass' status='pass'>
<b>When</b>
<span class="bdd-step-name">When User clicks on "Start shopping" button</span>
<div class='pre'>passed</div>
</li>
<li test-id='5' class='node and pass' status='pass'>
<b>And</b>
<span class="bdd-step-name">And Verify "Home page" is displayed</span>
<div class='pre'>passed</div>
</li>
<li test-id='6' class='node and pass' status='pass'>
<b>And</b>
<span class="bdd-step-name">And User clicks on "hamburger" button</span>
<div class='pre'>passed</div>
</li>
<li test-id='7' class='node and pass' status='pass'>
<b>And</b>
<span class="bdd-step-name">And Login to amazon app</span>
<div class='pre'>passed</div>
</li>
<li test-id='8' class='node and pass' status='pass'>
<b>And</b>
<span class="bdd-step-name">And Validate text "Amazon Logo" is displayed</span>
<div class='pre'>passed</div>
</li>
<li test-id='9' class='node and pass' status='pass'>
<b>And</b>
<span class="bdd-step-name">And User clicks on "Amazon" button</span>
<div class='pre'>passed</div>
</li>
<li test-id='10' class='node and pass' status='pass'>
<b>And</b>
<span class="bdd-step-name">And Validate "Search Bar" is displayed</span>
<div class='pre'>passed</div>
</li>
<li test-id='11' class='node and pass' status='pass'>
<b>And</b>
<span class="bdd-step-name">And Verify the Suggestion on the Home Page</span>
<div class='pre'>passed</div>
</li>
<li test-id='12' class='node and pass' status='pass'>
<b>And</b>
<span class="bdd-step-name">And Choose the current location</span>
<div class='pre'>passed</div>
</li>
<li test-id='13' class='node and pass' status='pass'>
<b>And</b>
<span class="bdd-step-name">And Search for the product "65-inch TV"</span>
<div class='pre'>passed</div>
</li>
<li test-id='14' class='node and pass' status='pass'>
<b>And</b>
<span class="bdd-step-name">And Validate "65-inch TV" is displayed</span>
<div class='pre'>passed</div>
</li>
<li test-id='15' class='node and pass' status='pass'>
<b>And</b>
<span class="bdd-step-name">And User selects the product from the list</span>
<div class='pre'>passed</div>
</li>
<li test-id='16' class='node and pass' status='pass'>
<b>And</b>
<span class="bdd-step-name">And Verify product details are displayed</span>
<div class='pre'>passed</div>
</li>
<li test-id='17' class='node and pass' status='pass'>
<b>And</b>
<span class="bdd-step-name">And User Verifies the details of the selected Product</span>
<div class='pre'>passed</div>
</li>
<li test-id='18' class='node then pass' status='pass'>
<b>Then</b>
<span class="bdd-step-name">Then User closes the app</span>
<div class='pre'>passed</div>
</li>
</ul>
</div>
<div class='scenario node' test-id='19' status='pass'>
<span class='duration right label'>0h 1m 4s+55ms</span>
<div class='desc'>
<b>Scenario</b>
<span class="desc-text">Verify the Cart and Items in Cart</span>
</div>
<ul class='steps'>
<li test-id='20' class='node given pass' status='pass'>
<b>Given</b>
<span class="bdd-step-name">Given Launch the Amazon app</span>
<div class='pre'>passed</div>
</li>
<li test-id='21' class='node when pass' status='pass'>
<b>When</b>
<span class="bdd-step-name">When User clicks on "Start shopping" button</span>
<div class='pre'>passed</div>
</li>
<li test-id='22' class='node and pass' status='pass'>
<b>And</b>
<span class="bdd-step-name">And Verify "Home page" is displayed</span>
<div class='pre'>passed</div>
</li>
<li test-id='23' class='node and pass' status='pass'>
<b>And</b>
<span class="bdd-step-name">And User clicks on "hamburger" button</span>
<div class='pre'>passed</div>
</li>
<li test-id='24' class='node and pass' status='pass'>
<b>And</b>
<span class="bdd-step-name">And Login to amazon app</span>
<div class='pre'>passed</div>
</li>
<li test-id='25' class='node and pass' status='pass'>
<b>And</b>
<span class="bdd-step-name">And Navigate to the Cart menu</span>
<div class='pre'>passed</div>
</li>
<li test-id='26' class='node and pass' status='pass'>
<b>And</b>
<span class="bdd-step-name">And Verify the Product in Cart</span>
<div class='pre'>passed</div>
</li>
<li test-id='27' class='node and pass' status='pass'>
<b>And</b>
<span class="bdd-step-name">And User clicks on "Proceed to Buy" button</span>
<div class='pre'>passed</div>
</li>
<li test-id='28' class='node then pass' status='pass'>
<b>Then</b>
<span class="bdd-step-name">Then User closes the app</span>
<div class='pre'>passed</div>
</li>
</ul>
</div>
</div>
</li>
</ul>
</div>
</div>
<!-- subview left -->
<div class='subview-right left'>
<div class='view-summary'>
<h5 class='test-name'></h5>
<div id='step-filters' class="right">
<span class="blue-text" status="info" alt="info" title="info"><i class="material-icons">info_outline</i></span>
<span class="green-text" status="pass" alt="pass" title="pass"><i class="material-icons">check_circle</i></span>
<span class="red-text" status="fail" alt="fail" title="fail"><i class="material-icons">cancel</i></span>
<span class="red-text text-darken-4" status="fatal" alt="fatal" title="fatal"><i class="material-icons">cancel</i></span>
<span class="pink-text text-lighten-1" status="error" alt="error" title="error"><i class="material-icons">error</i></span>
<span class="orange-text" alt="warning" status="warning" title="warning"><i class="material-icons">warning</i></span>
<span class="teal-text" status="skip" alt="skip" title="skip"><i class="material-icons">redo</i></span>
<span status="clear" alt="Clear filters" title="Clear filters"><i class="material-icons">clear</i></span>
</div>
</div>
</div>
<!-- subview right -->
</div>
<!-- test view -->
<!-- category view -->
<div id='author-view' class='view hide'>
<section id='controls'>
<div class='controls grey lighten-4'>
<!-- search -->
<div class='chip transparent' alt='Search Authors' title='Search Authors'>
<a href="#" class='search-div'>
<i class='material-icons'>search</i> Search
</a>
<div class='input-field left hide'>
<input id='search-tests' type='text' class='validate browser-default' placeholder='Search Authors...'>
</div>
</div>
<!-- search -->
</div>
</section>
<div class='subview-left left'>
<div class='view-summary'>
<h5>Authors</h5>
<ul id='author-collection' class='author-collection'>
<li class='author displayed active'>
<div class='author-heading'>
<span class='author-name'>SivasankaramalanG</span>
<span class='author-status right'>
<span class='label pass'>2</span>
</span>
</div>
<div class='author-content hide'>
<div class='author-status-counts'>
<span class='label green accent-4 white-text'>Passed: 2</span>
</div>
<div class='author-tests'>
<table class='bordered table-results'>
<thead>
<tr>
<th>Timestamp</th>
<th>TestName</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td>Sep 9, 2019 08:51:31 PM</td>
<td class='linked' test-id='2'>Validation of Amazon Mobile application for Adding Items in Cart.Login to Amazon App and Search for a Product</td>
<td><span class='test-status pass'>pass</span></td>
</tr>
<tr>
<td>Sep 9, 2019 08:53:28 PM</td>
<td class='linked' test-id='19'>Validation of Amazon Mobile application for Adding Items in Cart.Verify the Cart and Items in Cart</td>
<td><span class='test-status pass'>pass</span></td>
</tr>
</tbody>
</table>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class='subview-right left'>
<div class='view-summary'>
<h5 class='author-name'></h5>
</div>
</div>
</div>
<!-- exception view -->
<div id='dashboard-view' class='view hide'>
<div class='card-panel transparent np-v'>
<h5>Dashboard</h5>
<div class='row'>
<div class='col s2'>
<div class='card-panel r'>
Features
<div class='panel-lead'>1</div>
</div>
</div>
<div class='col s2'>
<div class='card-panel r'>
Scenarios
<div class='panel-lead'>2</div>
</div>
</div>
<div class='col s2'>
<div class='card-panel r'>
Steps
<div class='panel-lead'>25</div>
</div>
</div>
<div class='col s2'>
<div class='card-panel r'>
Start
<div class='panel-lead'>Sep 9, 2019 08:51:31 PM</div>
</div>
</div>
<div class='col s2'>
<div class='card-panel r'>
End
<div class='panel-lead'>Sep 9, 2019 08:54:33 PM</div>
</div>
</div>
<div class='col s2'>
<div class='card-panel r'>
Time Taken
<div class='panel-lead'>0h 3m 1s+747ms</div>
</div>
</div>
<div class='col s4'>
<div class='card-panel dashboard-environment'>
<span class='right label cyan white-text'>Environment</span><p> </p>
<table>
<tr>
<th>Name</th>
<th>Value</th>
</tr>
<tr>
<td>User Name</td>
<td>sivasankaramalan</td>
</tr>
<tr>
<td>Time Zone</td>
<td>Asia/Kolkata</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<!-- dashboard view -->
<!-- testrunner-logs view -->
</div>
<!-- container -->
<script>
var statusGroup = {
passParent: 1,
failParent: 0,
fatalParent: 0,
errorParent: 0,
warningParent: 0,
skipParent: 0,
exceptionsParent: 0,
passChild: 2,
failChild: 0,
fatalChild: 0,
errorChild: 0,
warningChild: 0,
skipChild: 0,
infoChild: 0,
exceptionsChild: 0,
passGrandChild: 25,
failGrandChild: 0,
fatalGrandChild: 0,
errorGrandChild: 0,
warningGrandChild: 0,
skipGrandChild: 0,
infoGrandChild: 0,
exceptionsGrandChild: 0,
};
</script>
<script src='https://cdn.rawgit.com/anshooarora/extentreports-java/fca20fb7653aade98810546ab96a2a4360e3e712/dist/js/extent.js' type='text/javascript'></script>
<script type='text/javascript'>
$(document).ready(function() {
});
</script>
</body>
</html>