Skip to content

Commit 7db95c0

Browse files
committed
Merge branch 'pr/nakrovati/1355'
2 parents b50b3aa + 5f3e849 commit 7db95c0

File tree

8 files changed

+2821
-14766
lines changed

8 files changed

+2821
-14766
lines changed

webdriver-ts/csv_export.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
var _ = require('lodash');
21
var exec = require('child_process').execSync;
32
var fs = require('fs');
43
var path = require('path');

webdriver-ts/index.dot

Lines changed: 0 additions & 27 deletions
This file was deleted.

webdriver-ts/index.ejs

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<title>JS-Frameworks Benchmark</title>
5+
<meta charset="UTF-8" />
6+
<link href="css/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" />
7+
<link rel="stylesheet" href="css/main.css" />
8+
<meta name="viewport" content="width=device-width, initial-scale=1" />
9+
</head>
10+
11+
<body>
12+
<div class="container">
13+
<div class="panel panel-default">
14+
<div class="panel-heading">
15+
<h3 class="panel-title">Choose a framework:</h3>
16+
</div>
17+
<div class="panel-body">
18+
<ul class="nav nav-pills nav-stacked">
19+
<% frameworks.forEach(framework => { %>
20+
<li>
21+
<a href="/<%= framework.uri %>/index.html"
22+
><span
23+
class="glyphicon glyphicon-arrow-right"
24+
aria-hidden="true"
25+
></span>
26+
<%= framework.fullNameWithKeyedAndVersion %>
27+
</a>
28+
</li>
29+
<% }); %>
30+
</ul>
31+
</div>
32+
</div>
33+
</div>
34+
</body>
35+
</html>

webdriver-ts/jest.config.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)