-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
397d01f
commit c0c4fbf
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/> | ||
<title>jasmine-splinter-runner</title> | ||
|
||
<meta name="description" content="Splinter is an open source Python tool for test web applications" /> | ||
<meta name="keywords" content="jasimne, splinter, python, web applications, tests, test runner, cobrateam" /> | ||
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.3.0/build/cssreset/reset-min.css" /> | ||
<link rel="stylesheet" href="media/css/jasmine.css" type="text/css" /> | ||
</head> | ||
<body> | ||
<div id="header"> | ||
<div class="header-container"> | ||
<div class="title"> | ||
<h1><a href="http://jasmine.cobrateam.info/" title="jasmine">jasmine-splinter-runner</a></h1> | ||
</div> | ||
<ul class="nav"> | ||
<li><a href="/" class="first">home</a></li> | ||
<li><a href="/docs/install.html">install</a></li> | ||
<li><a href="/docs/">documentation</a></li> | ||
<li><a href="/docs/community.html">community</a></li> | ||
<li><a href="/docs/contribute.html" class="last">contribute</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div id="page"> | ||
<div id="main"> | ||
<h1>run your jasmine tests using jasmine-splinter-runner</h1> | ||
|
||
<h2>features</h2> | ||
<ul class="features"> | ||
</ul> | ||
|
||
<h2>getting started</h2> | ||
</div> | ||
<div id="right"> | ||
<div id="release"> | ||
<a href="https://github.com/cobrateam/jasmine-splinter-runner/zipball/0.5">current release: <strong>0.5</strong></a> | ||
</div> | ||
</div> | ||
</div> | ||
<div id="footer"> | ||
jasmine-splinter-runner is powered by <a href="http://github.com/cobrateam/jasmine-splinter-runner/" rel="nofollow" target="_blank" title="open source">open source</a>. | ||
</div> | ||
</body> | ||
</html> | ||
|