razorrisk-razor-control 0.1

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.
Files changed (39) hide show
  1. checksums.yaml +7 -0
  2. data/RakeFile +46 -0
  3. data/lib/razor_risk/razor/control/cucumber_helpers/consolidate_reports.rb +80 -0
  4. data/lib/razor_risk/razor/control/cucumber_helpers/executor.rb +108 -0
  5. data/lib/razor_risk/razor/control/cucumber_helpers.rb +3 -0
  6. data/lib/razor_risk/razor/control/diagnostics/util_functions.rb +203 -0
  7. data/lib/razor_risk/razor/control/diagnostics/zeroth_include.rb +27 -0
  8. data/lib/razor_risk/razor/control/exceptions.rb +121 -0
  9. data/lib/razor_risk/razor/control/gem/gem_helpers.rb +397 -0
  10. data/lib/razor_risk/razor/control/rake_helpers/aborter.rb +90 -0
  11. data/lib/razor_risk/razor/control/rake_helpers/diagnostic_tasks.rb +74 -0
  12. data/lib/razor_risk/razor/control/rake_helpers/gem_tasks.rb +128 -0
  13. data/lib/razor_risk/razor/control/rake_helpers/razor_tasks.rb +195 -0
  14. data/lib/razor_risk/razor/control/rake_helpers/task_helpers.rb +86 -0
  15. data/lib/razor_risk/razor/control/rake_helpers.rb +3 -0
  16. data/lib/razor_risk/razor/control/razor/executor.rb +131 -0
  17. data/lib/razor_risk/razor/control/razor/razor_instance.rb +227 -0
  18. data/lib/razor_risk/razor/control/razor.rb +2 -0
  19. data/lib/razor_risk/razor/control/version.rb +41 -0
  20. data/test/unit/control/cucumber_helpers/reports/expected/groups.html +213 -0
  21. data/test/unit/control/cucumber_helpers/reports/expected/no_groups.html +170 -0
  22. data/test/unit/control/cucumber_helpers/reports/groups/LbbwConfig/LbbwConfig.json +69 -0
  23. data/test/unit/control/cucumber_helpers/reports/groups/StandardConfig/StandardConfig.json +69 -0
  24. data/test/unit/control/cucumber_helpers/reports/no_groups/LbbwConfig.json +69 -0
  25. data/test/unit/control/cucumber_helpers/reports/no_groups/StandardConfig/StandardConfig.json +69 -0
  26. data/test/unit/control/cucumber_helpers/tc_consolidate_reports.rb +73 -0
  27. data/test/unit/control/cucumber_helpers/tc_executor.rb +406 -0
  28. data/test/unit/control/gem/tc_gem_helpers.rb +405 -0
  29. data/test/unit/control/rake_helpers/tc_aborter.rb +131 -0
  30. data/test/unit/control/rake_helpers/tc_task_helpers.rb +228 -0
  31. data/test/unit/control/razor/tc_executor.rb +129 -0
  32. data/test/unit/control/razor/tc_razor_instance.rb +517 -0
  33. data/test/unit/control/razor/test_scripts/exit_failure.cmd +3 -0
  34. data/test/unit/control/razor/test_scripts/exit_strange.cmd +3 -0
  35. data/test/unit/control/razor/test_scripts/exit_success.cmd +3 -0
  36. data/test/unit/control/razor/test_scripts/pause.cmd +5 -0
  37. data/test/unit/control/razor/test_scripts/print.cmd +6 -0
  38. data/test/unit/control/tc_exceptions.rb +120 -0
  39. metadata +192 -0
@@ -0,0 +1,213 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/><title></title><link rel="icon" href="https://reportbuilder.rajatthareja.com/rb.ico">
6
+ <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
7
+ <link href="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css" rel="stylesheet">
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css" media="screen,projection"/>
9
+ <link href="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.8/css/report.builder.min.css" rel="stylesheet">
10
+ </head><body>
11
+ <script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
12
+ <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js"></script>
13
+ <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.0/Chart.min.js"></script>
14
+ <script type="text/javascript" src="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js"></script><header class="blue lighten-5">
15
+ <div class="row blue lighten-1">
16
+ <div class="col m6 hide-on-small-only">
17
+ <h5 class="truncate white-text tooltipped" data-tooltip=""></h5>
18
+ </div><div class="col m6 s12 blue lighten-1">
19
+ <ul class="tabs blue lighten-1 row" style="overflow-x: hidden">
20
+ <li class="tab col s3">
21
+ <a class="blue lighten-3 active blue-text waves-effect waves-light tooltipped" data-tooltip="Results Overview" href="#overview"><i class="material-icons">assessment</i> Overview</a>
22
+ </li>
23
+ <li class="tab col s3">
24
+ <a class="blue lighten-3 white-text waves-effect waves-light tooltipped" data-tooltip="Scenarios by Features" href="#features"><i class="material-icons">view_headline</i> Features</a>
25
+ </li>
26
+ <li class="tab col s3">
27
+ <a class="blue lighten-3 white-text waves-effect waves-light tooltipped" data-tooltip="Scenarios Summary Table" href="#summary"><i class="material-icons">view_comfy</i> Summary</a>
28
+ </li>
29
+ <li class="tab col s3">
30
+ <a class="blue lighten-3 white-text waves-effect waves-light tooltipped" data-tooltip="Failed Scenarios" href="#errors"><i class="material-icons">bug_report</i> Errors</a>
31
+ </li>
32
+ </ul>
33
+ </div>
34
+ </div>
35
+ </header>
36
+ <div id="g0f0s0" class="modal modal-fixed-footer">
37
+ <div class="modal-content"><div class="chip"><i class="material-icons rotate-45">label</i>@LbbwConfig</div><h5>Sunday is not Thursday (0.000s)</h5>
38
+ features/configs/LbbwConfig.feature:5<ul class="collection stepList"><li class="collection-item step failed">
39
+ <b>Given </b> today is Sunday (0.000s)<pre>ArgumentError (ArgumentError)
40
+ ./features/step_definitions/portfolios/test_portfolios_steps.rb:2:in `&quot;today is Sunday&quot;&#39;
41
+ features/configs/LbbwConfig.feature:6:in `Given today is Sunday&#39;</pre>
42
+ </li>
43
+ <li class="collection-item step skipped">
44
+ <b>When </b> I ask whether it&#39;s Thursday yet (0.000s)</li>
45
+ <li class="collection-item step skipped">
46
+ <b>Then </b> I should be told &quot;Nope&quot; (0.000s)</li>
47
+ </ul>
48
+ </div><div class="modal-footer">
49
+ <span class="modal-action modal-close waves-effect waves-green btn-flat"><i class="material-icons">close</i></span>
50
+ </div>
51
+ </div>
52
+ <script type="text/javascript">
53
+ $(document).ready(function () {$('#g0f0s0').modal();$('#g0f0s1').modal();});
54
+ </script><div id="g1f0s0" class="modal modal-fixed-footer">
55
+ <div class="modal-content"><div class="chip"><i class="material-icons rotate-45">label</i>@StandardConfig</div><h5>Sunday is not Friday (0.000s)</h5>
56
+ features/configs/StandardConfig.feature:5<ul class="collection stepList"><li class="collection-item step failed">
57
+ <b>Given </b> today is Sunday (0.000s)<pre>ArgumentError (ArgumentError)
58
+ ./features/step_definitions/portfolios/test_portfolios_steps.rb:2:in `&quot;today is Sunday&quot;&#39;
59
+ features/configs/StandardConfig.feature:6:in `Given today is Sunday&#39;</pre>
60
+ </li>
61
+ <li class="collection-item step skipped">
62
+ <b>When </b> I ask whether it&#39;s Friday yet (0.000s)</li>
63
+ <li class="collection-item step skipped">
64
+ <b>Then </b> I should be told &quot;Nope&quot; (0.000s)</li>
65
+ </ul>
66
+ </div><div class="modal-footer">
67
+ <span class="modal-action modal-close waves-effect waves-green btn-flat"><i class="material-icons">close</i></span>
68
+ </div>
69
+ </div>
70
+ <script type="text/javascript">
71
+ $(document).ready(function () {$('#g1f0s0').modal();$('#g1f0s1').modal();});
72
+ </script><main class="blue lighten-5">
73
+ <div class="row">
74
+ <div id="overview" class="col s12 blue lighten-5">
75
+ <div class="row">
76
+ <div class="col m4 s12">
77
+ <canvas id="featuresDoughnut" width="400" height="400"></canvas>
78
+ <table id="metaDataFeatures" class="bordered">
79
+ <tbody></tbody>
80
+ </table>
81
+ </div><div class="col m4 s12">
82
+ <canvas id="scenariosDoughnut" width="400" height="400"></canvas>
83
+ <table id="metaDataScenarios" class="bordered">
84
+ <tbody></tbody>
85
+ </table>
86
+ </div><div class="col m4 s12">
87
+ <table id="metaData" class="bordered">
88
+ <tbody>
89
+ <tr><th>Total Time</th><td>0.000s</td></tr></tbody>
90
+ </table>
91
+ </div><div class="col s12">
92
+ <canvas id="groupBarChart"></canvas>
93
+ </div>
94
+ </div></div><div id="features" class="col s12 blue lighten-5 white-text">
95
+ <ul class="groupList collapsible popout" data-collapsible="expandable">
96
+ <li class="group"><div class="collapsible-header blue lighten-1 waves-effect waves-light">
97
+ <i class="material-icons">group_work</i>
98
+ <b>LbbwConfig</b>&nbsp;(0.000s)
99
+ </div><div class="collapsible-body blue lighten-4">
100
+ <ul class="featureList collapsible popout" data-collapsible="expandable">
101
+ <li class="feature broken">
102
+ <div class="collapsible-header blue lighten-1 waves-effect waves-light">
103
+ <i class="material-icons">featured_play_list</i>
104
+ <b>Feature</b>&nbsp;Is it Thursday yet?&nbsp;(0.000s)
105
+ </div><div class="collapsible-body blue lighten-4">
106
+ <ul class="collection scenarioList"><li class="collection-item scenario failed">
107
+ <a class="waves-effect waves-light modal-trigger white-text" href="#g0f0s0">
108
+ <b>Scenario</b> Sunday is not Thursday&nbsp;(0.000s)
109
+ </a>
110
+ </li></ul>
111
+ </div>
112
+ </li>
113
+ </ul></div>
114
+ </li>
115
+ <li class="group"><div class="collapsible-header blue lighten-1 waves-effect waves-light">
116
+ <i class="material-icons">group_work</i>
117
+ <b>StandardConfig</b>&nbsp;(0.000s)
118
+ </div><div class="collapsible-body blue lighten-4">
119
+ <ul class="featureList collapsible popout" data-collapsible="expandable">
120
+ <li class="feature broken">
121
+ <div class="collapsible-header blue lighten-1 waves-effect waves-light">
122
+ <i class="material-icons">featured_play_list</i>
123
+ <b>Feature</b>&nbsp;Is it Friday yet?&nbsp;(0.000s)
124
+ </div><div class="collapsible-body blue lighten-4">
125
+ <ul class="collection scenarioList"><li class="collection-item scenario failed">
126
+ <a class="waves-effect waves-light modal-trigger white-text" href="#g1f0s0">
127
+ <b>Scenario</b> Sunday is not Friday&nbsp;(0.000s)
128
+ </a>
129
+ </li></ul>
130
+ </div>
131
+ </li>
132
+ </ul></div>
133
+ </li></ul></div><div id="summary" class="col s12 blue lighten-5">
134
+ <table id="summaryTable" class="bordered blue lighten-1 white-text" width="100%">
135
+ <thead>
136
+ <tr>
137
+ <th class="hide-on-small-only">Group</th>
138
+ <th class="hide-on-small-only">Feature</th>
139
+ <th>Scenario</th>
140
+ <th class="hide">Tags</th>
141
+ <th>Status</th>
142
+ <th class="hide-on-small-only">Error</th>
143
+ </tr>
144
+ </thead>
145
+ <tbody>
146
+ <tr class="failed">
147
+ <td class="hide-on-small-only">LbbwConfig</td>
148
+ <td class="hide-on-small-only">
149
+ Is it Thursday yet?
150
+ </td><td class="hoverable">
151
+ <a class="modal-trigger white-text" href="#g0f0s0">Sunday is not Thursday</a>
152
+ </td><td class="hide">
153
+ @LbbwConfig.
154
+ </td><td class="uppercase">
155
+ failed
156
+ </td><td class="hide-on-small-only">ArgumentError (ArgumentError)</td></tr>
157
+ <tr class="failed">
158
+ <td class="hide-on-small-only">StandardConfig</td>
159
+ <td class="hide-on-small-only">
160
+ Is it Friday yet?
161
+ </td><td class="hoverable">
162
+ <a class="modal-trigger white-text" href="#g1f0s0">Sunday is not Friday</a>
163
+ </td><td class="hide">
164
+ @StandardConfig.
165
+ </td><td class="uppercase">
166
+ failed
167
+ </td><td class="hide-on-small-only">ArgumentError (ArgumentError)</td></tr></tbody>
168
+ </table></div><div id="errors" class="col s12 blue lighten-5">
169
+ <ul class="groupErrorList collapsible popout" data-collapsible="expandable">
170
+ <li class="groupError"><div class="collapsible-header red lighten-2 white-text waves-effect waves-light">
171
+ <i class="material-icons">group_work</i>
172
+ <b>LbbwConfig</b>
173
+ </div><div class="collapsible-body blue lighten-4">
174
+ <ul class="errorList collapsible popout" data-collapsible="expandable"><li class="error">
175
+ <div class="collapsible-header red lighten-2 white-text waves-effect waves-light">
176
+ <i class="material-icons">bug_report</i>ArgumentError (ArgumentError)
177
+ </div><div class="collapsible-body blue lighten-4">
178
+ <ul class="collection failedScenarioList">
179
+ <li class="collection-item failedScenario blue lighten-5 red-text">
180
+ <i class="material-icons">highlight_off</i>&nbsp;<a class="modal-trigger red-text" href="#g0f0s0">Sunday is not Thursday</a>
181
+ </li>
182
+ </ul>
183
+ </div>
184
+ </li>
185
+ </ul></div>
186
+ </li>
187
+ <li class="groupError"><div class="collapsible-header red lighten-2 white-text waves-effect waves-light">
188
+ <i class="material-icons">group_work</i>
189
+ <b>StandardConfig</b>
190
+ </div><div class="collapsible-body blue lighten-4">
191
+ <ul class="errorList collapsible popout" data-collapsible="expandable"><li class="error">
192
+ <div class="collapsible-header red lighten-2 white-text waves-effect waves-light">
193
+ <i class="material-icons">bug_report</i>ArgumentError (ArgumentError)
194
+ </div><div class="collapsible-body blue lighten-4">
195
+ <ul class="collection failedScenarioList">
196
+ <li class="collection-item failedScenario blue lighten-5 red-text">
197
+ <i class="material-icons">highlight_off</i>&nbsp;<a class="modal-trigger red-text" href="#g1f0s0">Sunday is not Friday</a>
198
+ </li>
199
+ </ul>
200
+ </div>
201
+ </li>
202
+ </ul></div>
203
+ </li></ul></div>
204
+ </div>
205
+ </main><script type="text/javascript" src="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.4/js/group.report.builder.min.js"></script><footer class="page-footer blue lighten-4">
206
+ <div class="footer-copyright blue lighten-1">
207
+ <div class="container">
208
+ Happy Reporting!
209
+ <a class="white-text text-lighten-4 right" href="https://reportbuilder.rajatthareja.com">Generated by Report Builder</a>
210
+ </div>
211
+ </div>
212
+ </footer><script type="text/javascript" src="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.8/js/report.builder.min.js"></script></body>
213
+ </html>
@@ -0,0 +1,170 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/><title></title><link rel="icon" href="https://reportbuilder.rajatthareja.com/rb.ico">
6
+ <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
7
+ <link href="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css" rel="stylesheet">
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css" media="screen,projection"/>
9
+ <link href="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.8/css/report.builder.min.css" rel="stylesheet">
10
+ </head><body>
11
+ <script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
12
+ <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js"></script>
13
+ <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.0/Chart.min.js"></script>
14
+ <script type="text/javascript" src="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js"></script><header class="blue lighten-5">
15
+ <div class="row blue lighten-1">
16
+ <div class="col m6 hide-on-small-only">
17
+ <h5 class="truncate white-text tooltipped" data-tooltip=""></h5>
18
+ </div><div class="col m6 s12 blue lighten-1">
19
+ <ul class="tabs blue lighten-1 row" style="overflow-x: hidden">
20
+ <li class="tab col s3">
21
+ <a class="blue lighten-3 active blue-text waves-effect waves-light tooltipped" data-tooltip="Results Overview" href="#overview"><i class="material-icons">assessment</i> Overview</a>
22
+ </li>
23
+ <li class="tab col s3">
24
+ <a class="blue lighten-3 white-text waves-effect waves-light tooltipped" data-tooltip="Scenarios by Features" href="#features"><i class="material-icons">view_headline</i> Features</a>
25
+ </li>
26
+ <li class="tab col s3">
27
+ <a class="blue lighten-3 white-text waves-effect waves-light tooltipped" data-tooltip="Scenarios Summary Table" href="#summary"><i class="material-icons">view_comfy</i> Summary</a>
28
+ </li>
29
+ <li class="tab col s3">
30
+ <a class="blue lighten-3 white-text waves-effect waves-light tooltipped" data-tooltip="Failed Scenarios" href="#errors"><i class="material-icons">bug_report</i> Errors</a>
31
+ </li>
32
+ </ul>
33
+ </div>
34
+ </div>
35
+ </header>
36
+ <div id="g0f0s0" class="modal modal-fixed-footer">
37
+ <div class="modal-content"><div class="chip"><i class="material-icons rotate-45">label</i>@StandardConfig</div><h5>Sunday is not Friday (0.000s)</h5>
38
+ features/configs/StandardConfig.feature:5<ul class="collection stepList"><li class="collection-item step failed">
39
+ <b>Given </b> today is Sunday (0.000s)<pre>ArgumentError (ArgumentError)
40
+ ./features/step_definitions/portfolios/test_portfolios_steps.rb:2:in `&quot;today is Sunday&quot;&#39;
41
+ features/configs/StandardConfig.feature:6:in `Given today is Sunday&#39;</pre>
42
+ </li>
43
+ <li class="collection-item step skipped">
44
+ <b>When </b> I ask whether it&#39;s Friday yet (0.000s)</li>
45
+ <li class="collection-item step skipped">
46
+ <b>Then </b> I should be told &quot;Nope&quot; (0.000s)</li>
47
+ </ul>
48
+ </div><div class="modal-footer">
49
+ <span class="modal-action modal-close waves-effect waves-green btn-flat"><i class="material-icons">close</i></span>
50
+ </div>
51
+ </div><div id="g0f1s0" class="modal modal-fixed-footer">
52
+ <div class="modal-content"><div class="chip"><i class="material-icons rotate-45">label</i>@LbbwConfig</div><h5>Sunday is not Thursday (0.000s)</h5>
53
+ features/configs/LbbwConfig.feature:5<ul class="collection stepList"><li class="collection-item step failed">
54
+ <b>Given </b> today is Sunday (0.000s)<pre>ArgumentError (ArgumentError)
55
+ ./features/step_definitions/portfolios/test_portfolios_steps.rb:2:in `&quot;today is Sunday&quot;&#39;
56
+ features/configs/LbbwConfig.feature:6:in `Given today is Sunday&#39;</pre>
57
+ </li>
58
+ <li class="collection-item step skipped">
59
+ <b>When </b> I ask whether it&#39;s Thursday yet (0.000s)</li>
60
+ <li class="collection-item step skipped">
61
+ <b>Then </b> I should be told &quot;Nope&quot; (0.000s)</li>
62
+ </ul>
63
+ </div><div class="modal-footer">
64
+ <span class="modal-action modal-close waves-effect waves-green btn-flat"><i class="material-icons">close</i></span>
65
+ </div>
66
+ </div>
67
+ <script type="text/javascript">
68
+ $(document).ready(function () {$('#g0f0s0').modal();$('#g0f0s1').modal();$('#g0f1s0').modal();$('#g0f1s1').modal();});
69
+ </script>
70
+ <main class="blue lighten-5">
71
+ <div class="row"><div id="overview" class="col s12 blue lighten-5">
72
+ <div class="row">
73
+ <div class="col m4 s12">
74
+ <canvas id="featuresDoughnut" width="400" height="400"></canvas>
75
+ <table id="metaDataFeatures" class="bordered">
76
+ <tbody></tbody>
77
+ </table>
78
+ </div><div class="col m4 s12">
79
+ <canvas id="scenariosDoughnut" width="400" height="400"></canvas>
80
+ <table id="metaDataScenarios" class="bordered">
81
+ <tbody></tbody>
82
+ </table>
83
+ </div><div class="col m4 s12">
84
+ <table id="metaData" class="bordered">
85
+ <tbody>
86
+ <tr><th>Total Time</th><td>0.000s</td></tr></tbody>
87
+ </table>
88
+ </div>
89
+ </div></div><div id="features" class="col s12 blue lighten-5 white-text">
90
+ <ul class="featureList collapsible popout" data-collapsible="expandable">
91
+ <li class="feature broken">
92
+ <div class="collapsible-header blue lighten-1 waves-effect waves-light">
93
+ <i class="material-icons">featured_play_list</i>
94
+ <b>Feature</b>&nbsp;Is it Friday yet?&nbsp;(0.000s)
95
+ </div><div class="collapsible-body blue lighten-4">
96
+ <ul class="collection scenarioList"><li class="collection-item scenario failed">
97
+ <a class="waves-effect waves-light modal-trigger white-text" href="#g0f0s0">
98
+ <b>Scenario</b> Sunday is not Friday&nbsp;(0.000s)
99
+ </a>
100
+ </li></ul>
101
+ </div>
102
+ </li><li class="feature broken">
103
+ <div class="collapsible-header blue lighten-1 waves-effect waves-light">
104
+ <i class="material-icons">featured_play_list</i>
105
+ <b>Feature</b>&nbsp;Is it Thursday yet?&nbsp;(0.000s)
106
+ </div><div class="collapsible-body blue lighten-4">
107
+ <ul class="collection scenarioList"><li class="collection-item scenario failed">
108
+ <a class="waves-effect waves-light modal-trigger white-text" href="#g0f1s0">
109
+ <b>Scenario</b> Sunday is not Thursday&nbsp;(0.000s)
110
+ </a>
111
+ </li></ul>
112
+ </div>
113
+ </li>
114
+ </ul></div><div id="summary" class="col s12 blue lighten-5">
115
+ <table id="summaryTable" class="bordered blue lighten-1 white-text" width="100%">
116
+ <thead>
117
+ <tr>
118
+ <th class="hide-on-small-only">Feature</th>
119
+ <th>Scenario</th>
120
+ <th class="hide">Tags</th>
121
+ <th>Status</th>
122
+ <th class="hide-on-small-only">Error</th>
123
+ </tr>
124
+ </thead>
125
+ <tbody><tr class="failed">
126
+ <td class="hide-on-small-only">
127
+ Is it Friday yet?
128
+ </td><td class="hoverable">
129
+ <a class="modal-trigger white-text" href="#g0f0s0">Sunday is not Friday</a>
130
+ </td><td class="hide">
131
+ @StandardConfig.
132
+ </td><td class="uppercase">
133
+ failed
134
+ </td><td class="hide-on-small-only">ArgumentError (ArgumentError)</td></tr>
135
+ <tr class="failed">
136
+ <td class="hide-on-small-only">
137
+ Is it Thursday yet?
138
+ </td><td class="hoverable">
139
+ <a class="modal-trigger white-text" href="#g0f1s0">Sunday is not Thursday</a>
140
+ </td><td class="hide">
141
+ @LbbwConfig.
142
+ </td><td class="uppercase">
143
+ failed
144
+ </td><td class="hide-on-small-only">ArgumentError (ArgumentError)</td></tr>
145
+ </tbody>
146
+ </table></div><div id="errors" class="col s12 blue lighten-5">
147
+ <ul class="errorList collapsible popout" data-collapsible="expandable"><li class="error">
148
+ <div class="collapsible-header red lighten-2 white-text waves-effect waves-light">
149
+ <i class="material-icons">bug_report</i>ArgumentError (ArgumentError)
150
+ </div><div class="collapsible-body blue lighten-4">
151
+ <ul class="collection failedScenarioList">
152
+ <li class="collection-item failedScenario blue lighten-5 red-text">
153
+ <i class="material-icons">highlight_off</i>&nbsp;<a class="modal-trigger red-text" href="#g0f0s0">Sunday is not Friday</a>
154
+ </li><li class="collection-item failedScenario blue lighten-5 red-text">
155
+ <i class="material-icons">highlight_off</i>&nbsp;<a class="modal-trigger red-text" href="#g0f1s0">Sunday is not Thursday</a>
156
+ </li>
157
+ </ul>
158
+ </div>
159
+ </li>
160
+ </ul></div>
161
+ </div>
162
+ </main><footer class="page-footer blue lighten-4">
163
+ <div class="footer-copyright blue lighten-1">
164
+ <div class="container">
165
+ Happy Reporting!
166
+ <a class="white-text text-lighten-4 right" href="https://reportbuilder.rajatthareja.com">Generated by Report Builder</a>
167
+ </div>
168
+ </div>
169
+ </footer><script type="text/javascript" src="https://cdn.rawgit.com/rajatthareja/ReportBuilder/v1.8/js/report.builder.min.js"></script></body>
170
+ </html>
@@ -0,0 +1,69 @@
1
+ [
2
+ {
3
+ "uri": "features/configs/LbbwConfig.feature",
4
+ "id": "is-it-thursday-yet?",
5
+ "keyword": "Feature",
6
+ "name": "Is it Thursday yet?",
7
+ "description": " Everybody wants to know when it's Thursday",
8
+ "line": 2,
9
+ "tags": [
10
+ {
11
+ "name": "@LbbwConfig",
12
+ "line": 1
13
+ }
14
+ ],
15
+ "elements": [
16
+ {
17
+ "id": "is-it-thursday-yet?;sunday-is-not-thursday",
18
+ "keyword": "Scenario",
19
+ "name": "Sunday is not Thursday",
20
+ "description": "",
21
+ "line": 5,
22
+ "type": "scenario",
23
+ "tags": [
24
+ {
25
+ "name": "@LbbwConfig",
26
+ "line": 1
27
+ }
28
+ ],
29
+ "steps": [
30
+ {
31
+ "keyword": "Given ",
32
+ "name": "today is Sunday",
33
+ "line": 6,
34
+ "match": {
35
+ "location": "features/step_definitions/portfolios/test_portfolios_steps.rb:1"
36
+ },
37
+ "result": {
38
+ "status": "failed",
39
+ "error_message": "ArgumentError (ArgumentError)\n./features/step_definitions/portfolios/test_portfolios_steps.rb:2:in `\"today is Sunday\"'\nfeatures/configs/LbbwConfig.feature:6:in `Given today is Sunday'",
40
+ "duration": 122256
41
+ }
42
+ },
43
+ {
44
+ "keyword": "When ",
45
+ "name": "I ask whether it's Thursday yet",
46
+ "line": 7,
47
+ "match": {
48
+ "location": "features/step_definitions/portfolios/test_portfolios_steps.rb:10"
49
+ },
50
+ "result": {
51
+ "status": "skipped"
52
+ }
53
+ },
54
+ {
55
+ "keyword": "Then ",
56
+ "name": "I should be told \"Nope\"",
57
+ "line": 8,
58
+ "match": {
59
+ "location": "features/step_definitions/portfolios/test_portfolios_steps.rb:14"
60
+ },
61
+ "result": {
62
+ "status": "skipped"
63
+ }
64
+ }
65
+ ]
66
+ }
67
+ ]
68
+ }
69
+ ]
@@ -0,0 +1,69 @@
1
+ [
2
+ {
3
+ "uri": "features/configs/StandardConfig.feature",
4
+ "id": "is-it-friday-yet?",
5
+ "keyword": "Feature",
6
+ "name": "Is it Friday yet?",
7
+ "description": " Everybody wants to know when it's Friday",
8
+ "line": 2,
9
+ "tags": [
10
+ {
11
+ "name": "@StandardConfig",
12
+ "line": 1
13
+ }
14
+ ],
15
+ "elements": [
16
+ {
17
+ "id": "is-it-friday-yet?;sunday-is-not-friday",
18
+ "keyword": "Scenario",
19
+ "name": "Sunday is not Friday",
20
+ "description": "",
21
+ "line": 5,
22
+ "type": "scenario",
23
+ "tags": [
24
+ {
25
+ "name": "@StandardConfig",
26
+ "line": 1
27
+ }
28
+ ],
29
+ "steps": [
30
+ {
31
+ "keyword": "Given ",
32
+ "name": "today is Sunday",
33
+ "line": 6,
34
+ "match": {
35
+ "location": "features/step_definitions/portfolios/test_portfolios_steps.rb:1"
36
+ },
37
+ "result": {
38
+ "status": "failed",
39
+ "error_message": "ArgumentError (ArgumentError)\n./features/step_definitions/portfolios/test_portfolios_steps.rb:2:in `\"today is Sunday\"'\nfeatures/configs/StandardConfig.feature:6:in `Given today is Sunday'",
40
+ "duration": 137048
41
+ }
42
+ },
43
+ {
44
+ "keyword": "When ",
45
+ "name": "I ask whether it's Friday yet",
46
+ "line": 7,
47
+ "match": {
48
+ "location": "features/step_definitions/portfolios/test_portfolios_steps.rb:6"
49
+ },
50
+ "result": {
51
+ "status": "skipped"
52
+ }
53
+ },
54
+ {
55
+ "keyword": "Then ",
56
+ "name": "I should be told \"Nope\"",
57
+ "line": 8,
58
+ "match": {
59
+ "location": "features/step_definitions/portfolios/test_portfolios_steps.rb:14"
60
+ },
61
+ "result": {
62
+ "status": "skipped"
63
+ }
64
+ }
65
+ ]
66
+ }
67
+ ]
68
+ }
69
+ ]
@@ -0,0 +1,69 @@
1
+ [
2
+ {
3
+ "uri": "features/configs/LbbwConfig.feature",
4
+ "id": "is-it-thursday-yet?",
5
+ "keyword": "Feature",
6
+ "name": "Is it Thursday yet?",
7
+ "description": " Everybody wants to know when it's Thursday",
8
+ "line": 2,
9
+ "tags": [
10
+ {
11
+ "name": "@LbbwConfig",
12
+ "line": 1
13
+ }
14
+ ],
15
+ "elements": [
16
+ {
17
+ "id": "is-it-thursday-yet?;sunday-is-not-thursday",
18
+ "keyword": "Scenario",
19
+ "name": "Sunday is not Thursday",
20
+ "description": "",
21
+ "line": 5,
22
+ "type": "scenario",
23
+ "tags": [
24
+ {
25
+ "name": "@LbbwConfig",
26
+ "line": 1
27
+ }
28
+ ],
29
+ "steps": [
30
+ {
31
+ "keyword": "Given ",
32
+ "name": "today is Sunday",
33
+ "line": 6,
34
+ "match": {
35
+ "location": "features/step_definitions/portfolios/test_portfolios_steps.rb:1"
36
+ },
37
+ "result": {
38
+ "status": "failed",
39
+ "error_message": "ArgumentError (ArgumentError)\n./features/step_definitions/portfolios/test_portfolios_steps.rb:2:in `\"today is Sunday\"'\nfeatures/configs/LbbwConfig.feature:6:in `Given today is Sunday'",
40
+ "duration": 122256
41
+ }
42
+ },
43
+ {
44
+ "keyword": "When ",
45
+ "name": "I ask whether it's Thursday yet",
46
+ "line": 7,
47
+ "match": {
48
+ "location": "features/step_definitions/portfolios/test_portfolios_steps.rb:10"
49
+ },
50
+ "result": {
51
+ "status": "skipped"
52
+ }
53
+ },
54
+ {
55
+ "keyword": "Then ",
56
+ "name": "I should be told \"Nope\"",
57
+ "line": 8,
58
+ "match": {
59
+ "location": "features/step_definitions/portfolios/test_portfolios_steps.rb:14"
60
+ },
61
+ "result": {
62
+ "status": "skipped"
63
+ }
64
+ }
65
+ ]
66
+ }
67
+ ]
68
+ }
69
+ ]
@@ -0,0 +1,69 @@
1
+ [
2
+ {
3
+ "uri": "features/configs/StandardConfig.feature",
4
+ "id": "is-it-friday-yet?",
5
+ "keyword": "Feature",
6
+ "name": "Is it Friday yet?",
7
+ "description": " Everybody wants to know when it's Friday",
8
+ "line": 2,
9
+ "tags": [
10
+ {
11
+ "name": "@StandardConfig",
12
+ "line": 1
13
+ }
14
+ ],
15
+ "elements": [
16
+ {
17
+ "id": "is-it-friday-yet?;sunday-is-not-friday",
18
+ "keyword": "Scenario",
19
+ "name": "Sunday is not Friday",
20
+ "description": "",
21
+ "line": 5,
22
+ "type": "scenario",
23
+ "tags": [
24
+ {
25
+ "name": "@StandardConfig",
26
+ "line": 1
27
+ }
28
+ ],
29
+ "steps": [
30
+ {
31
+ "keyword": "Given ",
32
+ "name": "today is Sunday",
33
+ "line": 6,
34
+ "match": {
35
+ "location": "features/step_definitions/portfolios/test_portfolios_steps.rb:1"
36
+ },
37
+ "result": {
38
+ "status": "failed",
39
+ "error_message": "ArgumentError (ArgumentError)\n./features/step_definitions/portfolios/test_portfolios_steps.rb:2:in `\"today is Sunday\"'\nfeatures/configs/StandardConfig.feature:6:in `Given today is Sunday'",
40
+ "duration": 137048
41
+ }
42
+ },
43
+ {
44
+ "keyword": "When ",
45
+ "name": "I ask whether it's Friday yet",
46
+ "line": 7,
47
+ "match": {
48
+ "location": "features/step_definitions/portfolios/test_portfolios_steps.rb:6"
49
+ },
50
+ "result": {
51
+ "status": "skipped"
52
+ }
53
+ },
54
+ {
55
+ "keyword": "Then ",
56
+ "name": "I should be told \"Nope\"",
57
+ "line": 8,
58
+ "match": {
59
+ "location": "features/step_definitions/portfolios/test_portfolios_steps.rb:14"
60
+ },
61
+ "result": {
62
+ "status": "skipped"
63
+ }
64
+ }
65
+ ]
66
+ }
67
+ ]
68
+ }
69
+ ]