-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (23 loc) · 1.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Build History</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<h1>cht-core</h1>
<h2>allure</h2>
<ul>
<li><a href="cht-core/allure/ci-webdriver-default-core/allure-report">ci-webdriver-default-core</a></li>
<li><a href="cht-core/allure/ci-webdriver-default-data/allure-report">ci-webdriver-default-data</a></li>
<li><a href="cht-core/allure/ci-webdriver-default-enketo/allure-report">ci-webdriver-default-enketo</a></li>
<li><a href="cht-core/allure/ci-webdriver-default-lowLevel/allure-report">ci-webdriver-default-lowLevel</a></li>
<li><a href="cht-core/allure/ci-webdriver-default-mobile-all/allure-report">ci-webdriver-default-mobile-all</a></li>
<li><a href="cht-core/allure/ci-webdriver-default-workflows/allure-report">ci-webdriver-default-workflows</a></li>
<li><a href="cht-core/allure/ci-webdriver-standard-all/allure-report">ci-webdriver-standard-all</a></li>
</ul>
</body>
</html>