-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (54 loc) · 1.77 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
<!DOCTYPE html>
<html>
<head>
<title>Tranquility BDD</title>
<meta charset='UTF-8'>
<meta content='width=device-width, initial-scale=1.0' name='viewport'>
<meta content='Tranquility BDD' name='description'>
<link href='https://cdn.rawgit.com/yegor256/tacit/gh-pages/tacit-css-1.3.6.min.css' rel='stylesheet'>
</style>
</head>
<body>
<section>
<header>
<nav>
<ul>
<li>
<h2>Tranquility</h2>
</li>
</ul>
</nav>
</header>
<article>
<p>
<b>Tranquility</b> (aka. Tranquility BDD) a lightweight dependency/bloat-free alternative to <code>serenity-rest-assured</code> and <code>serenity-core</code>.
</p>
<p>
You can view the <b>main repository <u><a href='https://github.com/tranquility-bdd/tranquility'>here</a></b></u>.
</p>
<p>
For an example of <code>tranquility</code> with <code>cucumber</code> check <u><a href='https://github.com/tranquility-bdd/tranquility-cucumber-example'>here</a></u>.
</p>
<p>
Tranquility is fully open-source, and was created with ❤️ by <u><a href='https://www.linkedin.com/in/jmromanos/'>Jorge Martínez</a></u> and <u><a href='https://www.linkedin.com/in/filfreire/'>Filipe Freire</a></u>
</p>
</article>
<footer>
<nav>
<ul>
<li>
<small>© 2019 <a href='https://www.linkedin.com/in/jmromanos/'>Jorge Martínez</a> and <a href='https://www.linkedin.com/in/filfreire/'>Filipe Freire</a></small>
</li>
</ul>
</nav>
<nav>
<ul>
<li>
<small>This page was made with <a href="https://github.com/yegor256/tacit">Tacit</a></small>
</li>
</ul>
</nav>
</footer>
</section>
</body>
</html>