-
Notifications
You must be signed in to change notification settings - Fork 0
/
support.html
102 lines (102 loc) · 3.16 KB
/
support.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Support</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="css/uui-all.css" />
<link rel="stylesheet" href="css/custom-styles.css" />
<link rel="stylesheet" href="fonts/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="css/lib/components/awesome-bootstrap-checkbox.css" />
<link rel="stylesheet" href="css/lib/components/bootstrap-select.min.css" />
<link rel="stylesheet" href="css/lib/components/jquery.mCustomScrollbar.css" />
<script src="js/lib/jquery-1.11.1.min.js"></script>
<script src="js/lib/components/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/lib/jquery.cookie.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="js/uui-core.min.js" type="text/javascript"></script>
<script src="js/lib/components/bootstrap-select.min.js"></script>
<script src="js/utils.js" type="text/javascript"></script>
<!-- IE9- support of HTML5 -->
<!--[if lt IE 9]>
<script src="js/lib/html5shiv.js"></script>
<script src="js/lib/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header>
<div class="replace site-header">replace</div>
</header>
<div class="wrapper">
<div class="replace left-side-bar">replace</div>
<div class="uui-main-container page-inside">
<main>
<div class="pattern-top"></div>
<div class="main-content">
<div class="main-content-hg">
<form>
<div class="support-title"><i class="fa fa-comments-o"></i>Support</div>
<table class="uui-table stripe">
<thead>
<tr>
<th>Type</th>
<th>Now</th>
<th>Plans</th>
</tr>
</thead>
<tbody>
<tr>
<td>Drivers</td>
<td>Selenium, Custom</td>
<td>JavaScript, Appium, WinAPI, Sikuli</td>
</tr>
<tr>
<td>Test Runner</td>
<td>TestNG, JUnit, Custom</td>
<td>MSTest, NUnit, Epam</td>
</tr>
<tr>
<td>Asserter </td>
<td>TestNG, JUnit, Custom</td>
<td>MSTest, NUnit, Epam</td>
</tr>
<tr>
<td>Logger</td>
<td>Log4J, TestNG log, Custom</td>
<td>Epam, XML/Json logging, Hyper logging</td>
</tr>
<tr>
<td>Reporter</td>
<td>Jenkins, Allure, Custom</td>
<td>EPAM Report portal, Serenity, TimCity, Hudson</td>
</tr>
<tr>
<td>BDD/DSL</td>
<td>Custom</td>
<td>Cucumber, Jbehave, Thucydides, SpecFlow</td>
</tr>
</tbody>
</table>
</form>
</div>
<div class="pagination">replace</ul>
</div>
</main>
</div>
<div class="replace right-side-bar">replace</div>
</div>
<footer>
<div class="replace footer">replace</div>
</footer>
<Script language="JavaScript">
UUI.Vertical_Menu.init({"open":true});
</script>
<script>
includeSideBar();
activateTopElement(3,1);
includePagination();
</script>
</body>
</html>