-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
87 lines (77 loc) · 3.88 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
<html>
<head>
<title>Totoro - A simple and stable front-end testing tool.</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="A simple and stable front-end testing tool.">
<meta name="keywords" content="javascript, front-end, testing tool">
<meta name="author" content="fool2fish">
<link type="text/css" rel="stylesheet" href="assets/normalize.css" />
<link type="text/css" rel="stylesheet" href="assets/index.css" />
</head>
<body>
<div class="head">
<img class="logo" src="assets/totoro.jpg" />
<h1 class="title">Totoro</h1>
<p class="desc">A simple and stable cross-browser testing tool.</p>
</div>
<div class="content">
<div id="J_Statistic" class="statistic"></div>
<h2>Features</h2>
<div class="box-bd">
<ul class="features">
<li>Run in real browsers</li>
<li>Support all test frameworks</li>
<li>Auto testing coverage</li>
<li><strong>Robust enough for actual combat</strong></li>
</ul>
</div>
<h2>1,2,3 GO!</h2>
<div class="box-bd">
<script type="text/javascript" src="https://asciinema.org/a/7934.js" id="asciicast-7934" data-speed="2" async></script>
<p>
If the video tutorial dosen't loaded, please <a href="https://github.com/totorojs/totoro#totoro">visit here</a>.
</p>
</div>
<h2>The totoro family</h2>
<div class="box-bd">
<ul class="totoro-modules">
<li class="m-totoro">
<h3>
<a href="https://github.com/totorojs/totoro">totoro<span>v2.0.0</span></a>
</h3>
<p>Client side. As a user, this is the only thing you need to know.</p>
<p>
<a href="https://github.com/totorojs/totoro/blob/master/README.zh.md">中文版使用文档</a>
</p>
</li>
<li class="m-totoro-server">
<h3>
<a href="https://github.com/totorojs/totoro-server">totoro-server<span>v2.0.0</span></a>
</h3>
<p>Server side of totoro, with a built-in web test driver. Any browser that is connected to the server can be used to run test.</p>
</li>
<li class="m-browsers">
<h3>
<a href="https://github.com/totorojs/totoro-driver">totoro-driver<span>v2.0.0</span></a>
</h3>
<p>Node test driver for totoro. Support chrome, safari, firefox and ie both on mac and windows. It can open and close specified browser by the directives from the server.</p>
</li>
<li class="m-tla">
<h3>
<a href="https://github.com/totorojs/totoro-log-analyse">totoro-log-analyse<span>v2.0.0</span></a>
</h3>
<p>Totoro server log analyzer. It uses mongodb to store data. It supplies some useful info about how totoro be used, such as the overview or recent usage.</p>
</li>
</ul>
<p>For now the default test server is for Alibaba Group only. Whether or not to provide a public server is still under consideration. If the demmand is strong, please <a href="https://github.com/totorojs/totoro/issues/new">let's know.</a></p>
</div>
</div>
<div class="foot">
<div>@2014 totorojs.org</div>
</div>
<a href="https://github.com/totorojs"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://github-camo.global.ssl.fastly.net/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>
<script src="assets/jquery-2.1.0.js"></script>
<script src="assets/index.js"></script>
</body>
</html>