forked from GHPReporter/GHPReporter.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
331 lines (316 loc) · 15.1 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="/favicon.ico">
<title>GHPR | GitHub Pages Reporter</title>
<!-- Bootstrap core CSS -->
<link href="./dist/css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="./assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!--Extra JS files-->
<script src="./assets/js/vendor/jquery.min.js"></script>
<script src="./js/helper.js"></script>
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="./assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="./assets/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
<link href="carousel.css" rel="stylesheet">
<!-- Octicons -->
<link rel="stylesheet" type="text/css" href="./octicons/octicons.css"/>
<!-- Style -->
<link rel="stylesheet" type="text/css" href="./style.css"/>
</head>
<!-- NAVBAR ================================================== -->
<body>
<nav class="navbar navbar-default navbar-static-top" style="background-color: white !important; margin-bottom: 0 !important;">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="row" style="display: table;">
<div style="display: table-cell;">
<img src="/img/logo.png" alt="Logo" style="width: 40px; padding-top: 5px; vertical-align: unset;">
</div>
<div style="display: table-cell; padding-left: 15px; ">
<a class="navbar-brand">GHPReporter</a>
</div>
</div>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="#carousel"><span class="octicon octicon-home"></span> Home</a>
</li>
<li>
<a href="#features"><span class="octicon octicon-list-unordered"></span> Features</a>
</li>
<li>
<a href="#details"><span class="octicon octicon-info"></span> Report details</a>
</li>
<li>
<a href="#references"><span class="octicon octicon-tools"></span> Tools</a>
</li>
<li>
<a href="./report/index.html"><span class="octicon octicon-file-text"></span> Demo Report</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://github.com/GHPReporter/Ghpr.Core"><span class="octicon octicon-mark-github"></span> GitHub Repository</a>
</li>
<li>
</li>
</ul>
</div>
</div>
</nav>
<!-- Carousel ================================================== -->
<div id="carousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel" data-slide-to="0" class="active"></li>
<li data-target="#carousel" data-slide-to="1"></li>
<li data-target="#carousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="first-slide image-div" style="background-image: url('./img/ghpr_1.png');"></div>
<div class="container">
<div class="carousel-caption">
<h1>GHPReporter</h1>
<p>.NET QA Reporting Tool which gives you awesome real-time test run reports clear to everyone in your team.</p>
<p>Start using it now!</p>
<p><a class="btn btn-lg btn-primary" href="https://github.com/GHPReporter/Ghpr.Core/releases" role="button">Download latest release</a></p>
</div>
</div>
</div>
<div class="item">
<div class="second-slide image-div" style="background-image: url('./img/ghpr_2.png');"></div>
<div class="container">
<div class="carousel-caption">
<h1>Absolutely free</h1>
<p>GHPReporter is free and open-source product. You can download our source code, create an issue or pull request.</p>
<p><a class="btn btn-lg btn-primary" href="https://github.com/GHPReporter/Ghpr.Core" role="button">View source code</a></p>
</div>
</div>
</div>
<div class="item">
<div class="third-slide image-div" style="background-image: url('./img/ghpr_3.png');"></div>
<div class="container">
<div class="carousel-caption">
<h1>Perfect style</h1>
<p>We use <code>GitHub Pages</code> style. This style is simple and familiar to millions, which makes reports easy-to-use for everyone.</p>
<p><a class="btn btn-lg btn-primary" href="/report/index.html" role="button">Browse demo report</a></p>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#carousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div><!-- /.carousel -->
<div class="container marketing">
<hr id="features">
<h1 class="text-center">Features</h1>
<hr>
<div class="row text-center">
<div class="col-lg-3">
<h3>
<span class="mega-octicon octicon-smiley"></span> Easy to use
</h3>
<p>Easy to include in any project, easy to read reports.</p>
</div>
<div class="col-lg-3">
<h3>
<span class="mega-octicon octicon-mark-github"></span> Open source
</h3>
<p>We use GitHub to develop this tool. You are welcome to contibute.</p>
</div>
<div class="col-lg-3">
<h3>
<span class="mega-octicon octicon-clock"></span> Real-time report
</h3>
<p>You don't need to wait for all tests to finish</p>
</div>
<div class="col-lg-3">
<h3>
<span class="mega-octicon octicon-file-media"></span> Screenshots
</h3>
<p>You can take screenshot at any time you want. Useful for UI tests.</p>
</div>
</div>
<div class="row text-center">
<div class="col-lg-3">
<h3>
<span class="mega-octicon octicon-gear"></span> Scalable
</h3>
<p>You can specify different settings to meet requirements of your project.</p>
</div>
<div class="col-lg-3">
<h3>
<span class="mega-octicon octicon-dashboard"></span> Very fast
</h3>
<p>We use JSON.net - the fastest .NET JSON Serializer</p>
</div>
<div class="col-lg-3">
<h3>
<span class="mega-octicon octicon-verified"></span> Perfect style
</h3>
<p>We use GitHub Primer and Octicons to make report as simple as possible</p>
</div>
<div class="col-lg-3">
<h3>
<span class="mega-octicon octicon-desktop-download"></span> Client-side
</h3>
<p>No server required. You can view report in any browser without running server.</p>
</div>
</div>
<hr id="details" class="featurette-divider">
<h1 class="text-center">Report details</h1>
<hr>
<div class="row featurette">
<div class="col-md-7">
<h2>Report main page</h2>
<p class="lead">Report main page shows overall test runs summary and information about the latest run. You can see number of tests sorted by their result:
<span class="text-muted">passed, failed, broken, ignored, inconclusive or unknown.</span>
You can also go to "Runs list" tab and open tests run page.</p>
</div>
<div class="col-md-5">
<a class="pop thumbnail">
<img class="featurette-image img-responsive center-block" src="./img/report_main.png" alt="Report main page">
</a>
</div>
</div>
<hr>
<div class="row featurette">
<div class="col-md-7 col-md-push-5">
<h2>Run page</h2>
<p class="lead">Run page contains detailed information about one test run. "Main statistics" tab shows start and finish datetime, and short summaary about
executed tests. Donut chart shows percentage of each test result categories. "Test list" tab displays all executed tests during current test run.
You can choose any test and view detailed information.</p>
</div>
<div class="col-md-5 col-md-pull-7">
<a class="pop thumbnail">
<img class="featurette-image img-responsive center-block" src="./img/report_run.png" alt="Run page">
</a>
</div>
</div>
<hr>
<div class="row featurette">
<div class="col-md-7">
<h2>Test result page</h2>
<p class="lead">This page shows detailed information about current test. "Test history" tab contains history of all test runs. The chart shows test runs duration,
each dot color corresponds to test run result, so you can easily find out when your test became broken. "Test output" tab shows current test log.</p>
</div>
<div class="col-md-5">
<a class="pop thumbnail">
<img class="featurette-image img-responsive center-block" src="./img/report_test.png" alt="Test result page">
</a>
</div>
</div>
<div class="modal fade" id="imagemodal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog" style="width: 1070px !important;">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal">
<span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<img src="" class="imagepreview" style="width: 1030px; height: 645px;" alt="">
</div>
</div>
</div>
</div>
<hr id="references" class="featurette-divider">
<h1 class="text-center">Tools we use</h1>
<hr>
<div class="text-center row">
<div class="col-lg-3">
<a href="https://plot.ly/javascript/">
<img class="img-circle center-block" src="img/plotlyjs-logo.png" alt="PlotlyJs Logo" width="140" height="140">
</a>
<h2>plotly.js</h2>
<p>The open source javascript graphing library that powers plotly</p>
<p>
<a class="btn btn-default" href="https://github.com/plotly/plotly.js" role="button">View github repo »</a>
</p>
</div>
<div class="col-lg-3">
<a href="http://primercss.io/">
<img class="img-circle center-block" src="img/primer-logo.png" alt="Primer Logo" width="140" height="140">
</a>
<h2>Primer</h2>
<p>The CSS toolkit and guidelines that power GitHub</p>
<p>
<a class="btn btn-default" href="https://github.com/primer/primer" role="button">View github repo »</a>
</p>
</div>
<div class="col-lg-3">
<a href="http://www.newtonsoft.com/json">
<img class="img-circle center-block" src="img/jsonnet-logo.png" alt="Newtonsoft.Json Logo" width="140" height="140">
</a>
<h2>Newtonsoft.Json</h2>
<p>Popular high-performance JSON framework for .NET</p>
<p>
<a class="btn btn-default" href="https://github.com/JamesNK/Newtonsoft.Json" role="button">View github repo »</a>
</p>
</div>
<div class="col-lg-3">
<a href="https://octicons.github.com/">
<img class="img-circle center-block" src="img/octicons-logo.png" alt="Octicons Logo" width="140" height="140">
</a>
<h2>GitHub Octicons</h2>
<p>A scalable set of icons handcrafted with <3 by GitHub</p>
<p>
<a class="btn btn-default" href="https://github.com/primer/octicons" role="button">View github repo »</a>
</p>
</div>
</div><!-- /.row -->
<hr class="featurette-divider">
<!-- FOOTER -->
<footer>
<p class="pull-right">
<a href="#">Back to top</a>
</p>
<p>
© 2015-2017 GHPReporter
· <a href="https://github.com/GHPReporter/Ghpr.Core/blob/master/LICENSE">License</a>
· <a href="https://github.com/GHPReporter">GitHub</a>
</p>
</footer>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="./dist/js/bootstrap.min.js"></script>
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->
<script src="./assets/js/vendor/holder.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="./assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>