patir 0.6.4 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gemtest +0 -0
- data/History.txt +8 -2
- data/Manifest.txt +2 -23
- data/README.txt +8 -18
- data/Rakefile +12 -10
- data/lib/patir/base.rb +6 -10
- data/lib/patir/command.rb +26 -35
- data/lib/patir/configuration.rb +1 -1
- data/test/test_patir_command.rb +11 -1
- metadata +55 -51
- data/docu/bg_menu.gif +0 -0
- data/docu/bg_submenu.gif +0 -0
- data/docu/contact.html +0 -49
- data/docu/index.html +0 -140
- data/docu/patir02.html +0 -52
- data/docu/patir03.html +0 -56
- data/docu/patir04.html +0 -54
- data/docu/patir05.html +0 -53
- data/docu/rutema01.html +0 -53
- data/docu/rutema02.html +0 -54
- data/docu/rutema03.html +0 -63
- data/docu/rutema04.html +0 -75
- data/docu/rw-intro.png +0 -0
- data/docu/rw-run.png +0 -0
- data/docu/rw-scenario.png +0 -0
- data/docu/screenshots.html +0 -51
- data/docu/style.css +0 -96
- data/docu/tie_logo.gif +0 -0
- data/docu/welcome.html +0 -48
data/docu/rutema02.html
DELETED
@@ -1,54 +0,0 @@
|
|
1
|
-
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml">
|
4
|
-
<head>
|
5
|
-
<meta name="author" content="Vassilis Rizopoulos" />
|
6
|
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF8" />
|
7
|
-
<link rel="stylesheet" href="style.css" type="text/css" />
|
8
|
-
<title>Rutema 0.2</title>
|
9
|
-
</head>
|
10
|
-
<body>
|
11
|
-
<div id="page" align="center">
|
12
|
-
<div id="content" style="width:800px">
|
13
|
-
<div id="logo">
|
14
|
-
<div style="margin-top:70px" class="whitetitle">rutema</div>
|
15
|
-
</div>
|
16
|
-
<div id="topheader">
|
17
|
-
<div align="left" class="bodytext">
|
18
|
-
<br />
|
19
|
-
</div>
|
20
|
-
</div>
|
21
|
-
<div id="menu">
|
22
|
-
</div>
|
23
|
-
<div id="submenu">
|
24
|
-
<div align="right" class="smallgraytext" style="padding:9px;">
|
25
|
-
<a href="rdoc/index.html">patir</a> | <a href="rutema/index.html">rutema</a> | <a href="rubot/index.html">rubot</a>
|
26
|
-
</div>
|
27
|
-
</div>
|
28
|
-
<div id="contentnopanel">
|
29
|
-
<div style="padding:10px">
|
30
|
-
<span class="titletext">rutema 0.2 is out!</span>
|
31
|
-
</div>
|
32
|
-
|
33
|
-
<div class="bodytext" style="padding:12px;" align="justify">
|
34
|
-
<p>rutema 0.2 has been released!<br>
|
35
|
-
Hot on the heels of 0.1 comes 0.2 which fixes a small inconsistency when calling rutemax without a -c parameter and fixes the gemspec to add rutemax as an executable.
|
36
|
-
</p><p>
|
37
|
-
Take a look at the <a href="rutema/rdoc/index.html">rdoc</a> for the library.<br>
|
38
|
-
rutema is a bit complex, so you might want to take a look at the <a href="rutema/docu.html">documentation</a> first.<br>
|
39
|
-
</p><p>
|
40
|
-
To get the gem just do:
|
41
|
-
<code>gem install rutema</code>
|
42
|
-
</p><p>
|
43
|
-
You can also get the gem directly <a href="http://rubyforge.org/frs/?group_id=3597">from Rubyforge</a>
|
44
|
-
</p>
|
45
|
-
</div>
|
46
|
-
</div>
|
47
|
-
<div id="footernopanel" class="smallgraytext">
|
48
|
-
<a href="index.html">Home</a> | <a href="contact.html">Contact</a> | © 2007 Vassilis Rizopoulos</a>
|
49
|
-
</div>
|
50
|
-
</div>
|
51
|
-
</div>
|
52
|
-
</div>
|
53
|
-
</body>
|
54
|
-
</html>
|
data/docu/rutema03.html
DELETED
@@ -1,63 +0,0 @@
|
|
1
|
-
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml">
|
4
|
-
<head>
|
5
|
-
<meta name="author" content="Vassilis Rizopoulos" />
|
6
|
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF8" />
|
7
|
-
<link rel="stylesheet" href="style.css" type="text/css" />
|
8
|
-
<title>Rutema 0.3</title>
|
9
|
-
</head>
|
10
|
-
<body>
|
11
|
-
<div id="page" align="center">
|
12
|
-
<div id="content" style="width:800px">
|
13
|
-
<div id="logo">
|
14
|
-
<div style="margin-top:70px" class="whitetitle">rutema</div>
|
15
|
-
</div>
|
16
|
-
<div id="topheader">
|
17
|
-
<div align="left" class="bodytext">
|
18
|
-
<br />
|
19
|
-
</div>
|
20
|
-
</div>
|
21
|
-
<div id="menu">
|
22
|
-
</div>
|
23
|
-
<div id="submenu">
|
24
|
-
<div align="right" class="smallgraytext" style="padding:9px;">
|
25
|
-
<a href="rdoc/index.html">patir</a> | <a href="rutema/index.html">rutema</a> | <a href="rubot/index.html">rubot</a>
|
26
|
-
</div>
|
27
|
-
</div>
|
28
|
-
<div id="contentnopanel">
|
29
|
-
<div style="padding:10px">
|
30
|
-
<span class="titletext">rutema 0.3 is out!</span>
|
31
|
-
</div>
|
32
|
-
|
33
|
-
<div class="bodytext" style="padding:12px;" align="justify">
|
34
|
-
<p>rutema 0.3 has been released!<br>
|
35
|
-
This release adds rutemah to the tools installed plus an ActiveRecord reporter.
|
36
|
-
</p>
|
37
|
-
<p>The ActiveRecordReporter when used in a rutemax configuration will save all test run results in a SQLite database.<br>
|
38
|
-
You can then peek into that database with rutemah. For this first release rutemah has a rather limited set of functionality:<br>
|
39
|
-
It can display all the test results in the database or give you the complete history for one specific test</p>
|
40
|
-
<p>This new release add three new dependencies to rutema: activerecord, sqlite3 and ruport.</p>
|
41
|
-
<h3>Up and coming features</h3>
|
42
|
-
<p>One of the goals for rutemah is to enable the re-creation of reports (using the same reporters as in your rutemax configuration)</p>
|
43
|
-
<p>ActiveRecordReporter will be extended so that all ActiveRecord adapters are usable (not just SQLite)</p>
|
44
|
-
<hr/>
|
45
|
-
<p>
|
46
|
-
Take a look at the <a href="rutema/rdoc/index.html">rdoc</a> for the library.<br>
|
47
|
-
rutema is a bit complex, so you might want to take a look at the <a href="rutema/docu.html">documentation</a> first.<br>
|
48
|
-
</p><p>
|
49
|
-
To get the gem just do:
|
50
|
-
<code>gem install rutema</code>
|
51
|
-
</p><p>
|
52
|
-
You can also get the gem directly <a href="http://rubyforge.org/frs/?group_id=3597">from Rubyforge</a>
|
53
|
-
</p>
|
54
|
-
</div>
|
55
|
-
</div>
|
56
|
-
<div id="footernopanel" class="smallgraytext">
|
57
|
-
<a href="index.html">Home</a> | <a href="contact.html">Contact</a> | © 2007 Vassilis Rizopoulos</a>
|
58
|
-
</div>
|
59
|
-
</div>
|
60
|
-
</div>
|
61
|
-
</div>
|
62
|
-
</body>
|
63
|
-
</html>
|
data/docu/rutema04.html
DELETED
@@ -1,75 +0,0 @@
|
|
1
|
-
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml">
|
4
|
-
<head>
|
5
|
-
<meta name="author" content="Vassilis Rizopoulos" />
|
6
|
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF8" />
|
7
|
-
<link rel="stylesheet" href="style.css" type="text/css" />
|
8
|
-
<title>Rutema 0.4</title>
|
9
|
-
</head>
|
10
|
-
<body>
|
11
|
-
<div id="page" align="center">
|
12
|
-
<div id="content" style="width:800px">
|
13
|
-
<div id="logo">
|
14
|
-
<div style="margin-top:70px" class="whitetitle">rutema</div>
|
15
|
-
</div>
|
16
|
-
<div id="topheader">
|
17
|
-
<div align="left" class="bodytext">
|
18
|
-
<br />
|
19
|
-
</div>
|
20
|
-
</div>
|
21
|
-
<div id="menu">
|
22
|
-
</div>
|
23
|
-
<div id="submenu">
|
24
|
-
<div align="right" class="smallgraytext" style="padding:9px;">
|
25
|
-
<a href="rdoc/index.html">patir</a> | <a href="rutema/index.html">rutema</a> | <a href="rubot/index.html">rubot</a>
|
26
|
-
</div>
|
27
|
-
</div>
|
28
|
-
<div id="contentnopanel">
|
29
|
-
<div style="padding:10px">
|
30
|
-
<span class="titletext">rutema 0.4 is out!</span>
|
31
|
-
</div>
|
32
|
-
|
33
|
-
<div class="bodytext" style="padding:12px;" align="justify">
|
34
|
-
<p>rutema 0.4 has been released!<br>
|
35
|
-
This release adds rutemaweb to the tools installed.
|
36
|
-
</p>
|
37
|
-
<p>rutemaweb is a small Camping-based application that allows you to browse the test results database created by the AR reporter.<br/>
|
38
|
-
It's the web-based equivalent of rutemah.
|
39
|
-
</p><p>
|
40
|
-
rutemah's purpose is more the automatic (re)generation of past or over-time reports using the various Rutema reporters (realistically the target is PDF and .odt/.doc generation).
|
41
|
-
</p><p>
|
42
|
-
rutemaweb offers you direct access to the results database with a more human-friendly interface. It's a lightweight webserver application and it's functionality does not depend on custom parser implementations (meaning it will run on any rutema installation that uses the AR Reporter).
|
43
|
-
</p>
|
44
|
-
<p>
|
45
|
-
Usage is very simple:
|
46
|
-
<pre>
|
47
|
-
rutemaweb your_results_database.db
|
48
|
-
</pre>
|
49
|
-
You can then browse to http://localhost:3301 and start viewing some test results. <br/>
|
50
|
-
Check out the <a href="screenshots.html">screenshots</a> using our sample database.
|
51
|
-
</p>
|
52
|
-
<p>
|
53
|
-
If you want to check the functionality of rutemaweb locally, the sample database is included in the gem in the test/samples directory.
|
54
|
-
</p>
|
55
|
-
<p>This new release adds one new dependency to rutema: camping.</p>
|
56
|
-
<hr/>
|
57
|
-
<p>
|
58
|
-
Take a look at the <a href="rutema/rdoc/index.html">rdoc</a> for the library.<br>
|
59
|
-
rutema is a bit complex, so you might want to take a look at the <a href="rutema/docu.html">documentation</a> first.<br>
|
60
|
-
</p><p>
|
61
|
-
To get the gem just do:
|
62
|
-
<code>gem install rutema</code>
|
63
|
-
</p><p>
|
64
|
-
You can also get the gem directly <a href="http://rubyforge.org/frs/?group_id=3597">from Rubyforge</a>
|
65
|
-
</p>
|
66
|
-
</div>
|
67
|
-
</div>
|
68
|
-
<div id="footernopanel" class="smallgraytext">
|
69
|
-
<a href="index.html">Home</a> | <a href="contact.html">Contact</a> | © 2007 Vassilis Rizopoulos</a>
|
70
|
-
</div>
|
71
|
-
</div>
|
72
|
-
</div>
|
73
|
-
</div>
|
74
|
-
</body>
|
75
|
-
</html>
|
data/docu/rw-intro.png
DELETED
Binary file
|
data/docu/rw-run.png
DELETED
Binary file
|
data/docu/rw-scenario.png
DELETED
Binary file
|
data/docu/screenshots.html
DELETED
@@ -1,51 +0,0 @@
|
|
1
|
-
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml">
|
4
|
-
<head>
|
5
|
-
<meta name="author" content="Vassilis Rizopoulos" />
|
6
|
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF8" />
|
7
|
-
<link rel="stylesheet" href="style.css" type="text/css" />
|
8
|
-
<title>Rutema 0.4 Screenshots</title>
|
9
|
-
</head>
|
10
|
-
<body>
|
11
|
-
<div id="page" align="center">
|
12
|
-
<div id="content" style="width:800px">
|
13
|
-
<div id="logo">
|
14
|
-
<div style="margin-top:70px" class="whitetitle">rutema</div>
|
15
|
-
</div>
|
16
|
-
<div id="topheader">
|
17
|
-
<div align="left" class="bodytext">
|
18
|
-
<br />
|
19
|
-
</div>
|
20
|
-
</div>
|
21
|
-
<div id="menu">
|
22
|
-
</div>
|
23
|
-
<div id="submenu">
|
24
|
-
<div align="right" class="smallgraytext" style="padding:9px;">
|
25
|
-
<a href="rdoc/index.html">patir</a> | <a href="rutema/index.html">rutema</a> | <a href="rubot/index.html">rubot</a>
|
26
|
-
</div>
|
27
|
-
</div>
|
28
|
-
<div id="contentnopanel">
|
29
|
-
<div style="padding:10px">
|
30
|
-
<span class="titletext">rutemaweb 0.4 screenshots</span>
|
31
|
-
</div>
|
32
|
-
|
33
|
-
<div class="bodytext" style="padding:12px;" align="justify">
|
34
|
-
<p>
|
35
|
-
The introductory page:<br/><br/>
|
36
|
-
<img src="rw-intro.png">
|
37
|
-
The results, per scenario, for a single run:<br/><br/>
|
38
|
-
<img src="rw-run.png">
|
39
|
-
The breakdown of a single scenario, per step:<br/><br/>
|
40
|
-
<img src="rw-scenario.png">
|
41
|
-
</p>
|
42
|
-
</div>
|
43
|
-
</div>
|
44
|
-
<div id="footernopanel" class="smallgraytext">
|
45
|
-
<a href="index.html">Home</a> | <a href="contact.html">Contact</a> | © 2007 Vassilis Rizopoulos</a>
|
46
|
-
</div>
|
47
|
-
</div>
|
48
|
-
</div>
|
49
|
-
</div>
|
50
|
-
</body>
|
51
|
-
</html>
|
data/docu/style.css
DELETED
@@ -1,96 +0,0 @@
|
|
1
|
-
/* CSS Document */
|
2
|
-
|
3
|
-
/*PAGE LAYOUT*/
|
4
|
-
body {
|
5
|
-
margin-left: 0px;
|
6
|
-
margin-top: 0px;
|
7
|
-
margin-right: 0px;
|
8
|
-
margin-bottom: 0px;
|
9
|
-
}
|
10
|
-
#logo{float:left; background-image:url(tie_logo.gif); width:274px; height:213px;}
|
11
|
-
#topheader{float:right; width:526px; height:97px; background-color:#F0F0F0; position:relative}
|
12
|
-
#toplinks{position:absolute; right:10px; top:10px;}
|
13
|
-
#menu{float:right; width:526px; height:32px; background-image:url(bg_menu.gif); background-repeat:repeat-x;}
|
14
|
-
#submenu{float:right; width:526px; height:32px; background-image:url(bg_submenu.gif); background-position:top; background-repeat:repeat-x;}
|
15
|
-
#contenttext{float:right; width:526px;}
|
16
|
-
#contentnopanel{float:left; width:800px}
|
17
|
-
#leftpanel{float:left; width:274px;}
|
18
|
-
#footer{float:left; width:800px; background-color:#F0F0F0; padding:10px;}
|
19
|
-
#footernopanel{float:left; width:800px; background-color:#F0F0F0; padding:10px;}
|
20
|
-
/*GRAY PANEL*/
|
21
|
-
.graypanel{
|
22
|
-
border:solid 1px #666666; background-color:#F7F7F7; padding:10px; margin:10px;
|
23
|
-
}
|
24
|
-
|
25
|
-
/*TEXT STYLES*/
|
26
|
-
.bodytext {
|
27
|
-
font: 0.9em Tahoma, sans-serif;
|
28
|
-
color: #666666;
|
29
|
-
}
|
30
|
-
|
31
|
-
.titletext {
|
32
|
-
font: 0.7em Tahoma, sans-serif;
|
33
|
-
font-size:26px;
|
34
|
-
font-weight:bold;
|
35
|
-
color:#CC0000;
|
36
|
-
}
|
37
|
-
.whitetitle {
|
38
|
-
font: 0.7em Tahoma, sans-serif;
|
39
|
-
font-size:36px;
|
40
|
-
font-weight:bold;
|
41
|
-
color:#FFFFFF;
|
42
|
-
}
|
43
|
-
.smalltitle {
|
44
|
-
font: 0.7em Tahoma, sans-serif;
|
45
|
-
font-size:20px;
|
46
|
-
font-weight:bold;
|
47
|
-
color:#CC0000;
|
48
|
-
}
|
49
|
-
.smallwhitetext {
|
50
|
-
font: 0.7em Tahoma, sans-serif;
|
51
|
-
font-size: 11px;
|
52
|
-
font-weight:bold;
|
53
|
-
color: #FFFFFF;
|
54
|
-
}
|
55
|
-
.smallwhitetext a{
|
56
|
-
font: 0.7em Tahoma, sans-serif;
|
57
|
-
font-size: 11px;
|
58
|
-
font-weight:bold;
|
59
|
-
color: #FFFFFF;
|
60
|
-
text-decoration:none;
|
61
|
-
}
|
62
|
-
.smallwhitetext a:hover{
|
63
|
-
text-decoration:underline;
|
64
|
-
}
|
65
|
-
.smallgraytext {
|
66
|
-
font: 0.7em Tahoma, sans-serif;
|
67
|
-
font-size: 11px;
|
68
|
-
font-weight:bold;
|
69
|
-
color:#999999;
|
70
|
-
}
|
71
|
-
.smallgraytext a{
|
72
|
-
font: 0.7em Tahoma, sans-serif;
|
73
|
-
font-size: 11px;
|
74
|
-
font-weight:bold;
|
75
|
-
color:#999999;
|
76
|
-
text-decoration:none;
|
77
|
-
}
|
78
|
-
.smallgraytext a:hover{
|
79
|
-
text-decoration:underline;
|
80
|
-
}
|
81
|
-
.smallredtext {
|
82
|
-
font: 0.7em Tahoma, sans-serif;
|
83
|
-
font-size: 11px;
|
84
|
-
font-weight:bold;
|
85
|
-
color:#CC0000;
|
86
|
-
}
|
87
|
-
.smallredtext a{
|
88
|
-
font: 0.7em Tahoma, sans-serif;
|
89
|
-
font-size: 11px;
|
90
|
-
font-weight:bold;
|
91
|
-
color:#CC0000;
|
92
|
-
text-decoration:none;
|
93
|
-
}
|
94
|
-
.smallredtext a:hover{
|
95
|
-
text-decoration:underline;
|
96
|
-
}
|
data/docu/tie_logo.gif
DELETED
Binary file
|
data/docu/welcome.html
DELETED
@@ -1,48 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
2
|
-
<html xmlns="http://www.w3.org/1999/xhtml">
|
3
|
-
<head>
|
4
|
-
<meta name="author" content="Vassilis Rizopoulos" />
|
5
|
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF8" />
|
6
|
-
<link rel="stylesheet" href="style.css" type="text/css" />
|
7
|
-
<title>Patir</title>
|
8
|
-
</head>
|
9
|
-
<body>
|
10
|
-
<div id="page" align="center">
|
11
|
-
<div id="content" style="width:800px">
|
12
|
-
<div id="logo">
|
13
|
-
<div style="margin-top:70px" class="whitetitle">patir</div>
|
14
|
-
</div>
|
15
|
-
<div id="topheader">
|
16
|
-
<div align="left" class="bodytext">
|
17
|
-
<br />
|
18
|
-
</div>
|
19
|
-
</div>
|
20
|
-
<div id="menu">
|
21
|
-
</div>
|
22
|
-
<div id="submenu">
|
23
|
-
<div align="right" class="smallgraytext" style="padding:9px;">
|
24
|
-
<a href="rdoc/index.html">patir</a> | <a href="rutema/index.html">rutema</a> | <a href="rubot/index.html">rubot</a>
|
25
|
-
</div>
|
26
|
-
</div>
|
27
|
-
<div id="contentnopanel">
|
28
|
-
<div style="padding:10px">
|
29
|
-
<span class="titletext">Welcome to patir</span>
|
30
|
-
</div>
|
31
|
-
|
32
|
-
<div class="bodytext" style="padding:12px;" align="justify">
|
33
|
-
<p>We are very proud to welcome you to patir, a project that aims to provide you with a set of tools that will make your software developing life just a little bit easier.<br>
|
34
|
-
The way we will organise this project is to use patir as an umbrella project and create a subproject for each of the tools we develop.<br>
|
35
|
-
All code found to be used throughout the tools will be maintained in the patir library in good old DRY fashion.
|
36
|
-
</p><p>patir (pronounced pat-IR) is not just an acronym (<strong>P</strong>roject <strong>A</strong>utomation <strong>T</strong>ools <strong>i</strong>n <strong>R</strong>uby): It means "father" in greek ("πατήρ").<br>
|
37
|
-
So welcome to the father of all our projects :).
|
38
|
-
</p>
|
39
|
-
</div>
|
40
|
-
</div>
|
41
|
-
<div id="footernopanel" class="smallgraytext">
|
42
|
-
<a href="index.html">Home</a> | <a href="contact.html">Contact</a> | © 2007 Vassilis Rizopoulos</a>
|
43
|
-
</div>
|
44
|
-
</div>
|
45
|
-
</div>
|
46
|
-
</div>
|
47
|
-
</body>
|
48
|
-
</html>
|