Skip to content

Commit 144d451

Browse files
committed
Updated to 2.9b1
1 parent a30df54 commit 144d451

35 files changed

+37336
-15
lines changed

2.9b1/RobotFrameworkUserGuide.html

Lines changed: 19161 additions & 0 deletions
Large diffs are not rendered by default.

2.9b1/images/LoggingLibrary.html

Lines changed: 301 additions & 0 deletions
Large diffs are not rendered by default.

2.9b1/images/architecture.png

8.58 KB
Loading

2.9b1/images/log_failed.html

Lines changed: 1777 additions & 0 deletions
Large diffs are not rendered by default.

2.9b1/images/log_failed.png

136 KB
Loading

2.9b1/images/log_passed.html

Lines changed: 1777 additions & 0 deletions
Large diffs are not rendered by default.

2.9b1/images/log_passed.png

132 KB
Loading

2.9b1/images/remote.png

8.07 KB
Loading

2.9b1/images/report_failed.html

Lines changed: 1847 additions & 0 deletions
Large diffs are not rendered by default.

2.9b1/images/report_failed.png

101 KB
Loading

2.9b1/images/report_passed.html

Lines changed: 1847 additions & 0 deletions
Large diffs are not rendered by default.

2.9b1/images/report_passed.png

113 KB
Loading

2.9b1/images/screenshots.png

127 KB
Loading

2.9b1/images/tagstatcombine.png

6.04 KB
Loading

2.9b1/images/tagstatlink.png

13.4 KB
Loading

2.9b1/images/testdata_screenshots.png

64.5 KB
Loading

2.9b1/images/visible_log_level.html

Lines changed: 1892 additions & 0 deletions
Large diffs are not rendered by default.

2.9b1/images/visible_log_level.png

92.9 KB
Loading

2.9b1/libraries/BuiltIn.html

Lines changed: 824 additions & 0 deletions
Large diffs are not rendered by default.

2.9b1/libraries/Collections.html

Lines changed: 824 additions & 0 deletions
Large diffs are not rendered by default.

2.9b1/libraries/DateTime.html

Lines changed: 824 additions & 0 deletions
Large diffs are not rendered by default.

2.9b1/libraries/Dialogs.html

Lines changed: 824 additions & 0 deletions
Large diffs are not rendered by default.

2.9b1/libraries/OperatingSystem.html

Lines changed: 824 additions & 0 deletions
Large diffs are not rendered by default.

2.9b1/libraries/Process.html

Lines changed: 824 additions & 0 deletions
Large diffs are not rendered by default.

2.9b1/libraries/Screenshot.html

Lines changed: 824 additions & 0 deletions
Large diffs are not rendered by default.

2.9b1/libraries/String.html

Lines changed: 824 additions & 0 deletions
Large diffs are not rendered by default.

2.9b1/libraries/Telnet.html

Lines changed: 824 additions & 0 deletions
Large diffs are not rendered by default.

2.9b1/libraries/XML.html

Lines changed: 824 additions & 0 deletions
Large diffs are not rendered by default.

2.9b1/templates/atdd_template.html

Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2+
<html>
3+
<head>
4+
<meta name="generator" content=
5+
"HTML Tidy for Cygwin (vers 1st September 2004), see www.w3.org">
6+
<style type="text/css">
7+
html {
8+
font-family: Arial,Helvetica,sans-serif;
9+
background-color: white;
10+
color: black;
11+
}
12+
p {
13+
max-width: 60em;
14+
}
15+
table {
16+
border-collapse: collapse;
17+
empty-cells: show;
18+
margin: 1em 0em;
19+
border: 0.1em solid black;
20+
}
21+
th, td {
22+
border-style: solid;
23+
border-width: 0.05em 0.1em;
24+
border-color: black;
25+
padding: 0.1em 0.2em;
26+
height: 1.5em;
27+
}
28+
th {
29+
background-color: rgb(192, 192, 192);
30+
color: black;
31+
border-width: 0.1em;
32+
font-weight: bold;
33+
text-align: center;
34+
text-transform: capitalize;
35+
letter-spacing: 0.1em;
36+
}
37+
/* Widths of named columns */
38+
col.name {
39+
width: 30em;
40+
}
41+
.action, .value, .arg {
42+
width: 60em;
43+
}
44+
/* Properties for the name column - td:first-child should work in CSS 2.1 avare browsers (tested in Firefox)
45+
- col.name is against specs but works in IE
46+
*/
47+
td:first-child, col.name {
48+
background-color: rgb(240, 240, 240);
49+
text-transform: capitalize;
50+
letter-spacing: 0.1em;
51+
}
52+
/* required for IE */
53+
th {
54+
font-style: normal;
55+
}
56+
</style>
57+
<title>Robot ATDD Test Cases</title>
58+
</head>
59+
<body>
60+
<h1>Robot ATDD Test Cases</h1>
61+
<table border="1">
62+
<colgroup span="99">
63+
<col class="name">
64+
<col class="action"></colgroup>
65+
<thead>
66+
<tr>
67+
<th>Test Case</th>
68+
<th>Action</th>
69+
</tr>
70+
</thead>
71+
<tbody>
72+
<tr>
73+
<td></td>
74+
<td></td>
75+
</tr>
76+
<tr>
77+
<td></td>
78+
<td></td>
79+
</tr>
80+
<tr>
81+
<td></td>
82+
<td></td>
83+
</tr>
84+
<tr>
85+
<td></td>
86+
<td></td>
87+
</tr>
88+
<tr>
89+
<td></td>
90+
<td></td>
91+
</tr>
92+
<tr>
93+
<td></td>
94+
<td></td>
95+
</tr>
96+
</tbody>
97+
</table>
98+
<table border="1">
99+
<colgroup span="99">
100+
<col class="name">
101+
<col class="value" span="4"></colgroup>
102+
<thead>
103+
<tr>
104+
<th>Setting</th>
105+
<th>Value</th>
106+
<th>Value</th>
107+
<th>value</th>
108+
<th>Value</th>
109+
</tr>
110+
</thead>
111+
<tbody>
112+
<tr>
113+
<td></td>
114+
<td></td>
115+
<td></td>
116+
<td></td>
117+
<td></td>
118+
</tr>
119+
<tr>
120+
<td></td>
121+
<td></td>
122+
<td></td>
123+
<td></td>
124+
<td></td>
125+
</tr>
126+
</tbody>
127+
</table>
128+
<br>
129+
</body>
130+
</html>
Lines changed: 154 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,154 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2+
<html>
3+
<head>
4+
<meta name="generator" content=
5+
"HTML Tidy for Cygwin (vers 1st September 2004), see www.w3.org">
6+
<style type="text/css">
7+
html {
8+
font-family: Arial,Helvetica,sans-serif;
9+
background-color: white;
10+
color: black;
11+
}
12+
p {
13+
max-width: 60em;
14+
}
15+
table {
16+
border-collapse: collapse;
17+
empty-cells: show;
18+
margin: 1em 0em;
19+
border: 0.1em solid black;
20+
}
21+
th, td {
22+
border-style: solid;
23+
border-width: 0.05em 0.1em;
24+
border-color: black;
25+
padding: 0.1em 0.2em;
26+
height: 1.5em;
27+
}
28+
th {
29+
background-color: rgb(192, 192, 192);
30+
color: black;
31+
border-width: 0.1em;
32+
font-weight: bold;
33+
text-align: center;
34+
text-transform: capitalize;
35+
letter-spacing: 0.1em;
36+
}
37+
/* Widths of named columns */
38+
col.name {
39+
width: 10em;
40+
}
41+
.action, .value, .arg {
42+
width: 15em;
43+
}
44+
/* Properties for the name column
45+
- td:first-child should work in CSS 2.1 avare browsers (tested in Firefox)
46+
- col.name is against specs but works in IE
47+
*/
48+
td:first-child, col.name {
49+
background-color: rgb(240, 240, 240);
50+
text-transform: capitalize;
51+
letter-spacing: 0.1em;
52+
}
53+
/* required for IE */
54+
th {
55+
font-style: normal;
56+
}
57+
</style>
58+
<title>Robot Test Resources</title>
59+
</head>
60+
<body>
61+
<h1>Robot Test Resources</h1>
62+
<table border="1">
63+
<colgroup span="99">
64+
<col class="name">
65+
<col class="value" span="4"></colgroup>
66+
<thead>
67+
<tr>
68+
<th>Setting</th>
69+
<th>Value</th>
70+
<th>Value</th>
71+
<th>value</th>
72+
<th>Value</th>
73+
</tr>
74+
</thead>
75+
<tbody>
76+
<tr>
77+
<td></td>
78+
<td></td>
79+
<td></td>
80+
<td></td>
81+
<td></td>
82+
</tr>
83+
<tr>
84+
<td></td>
85+
<td></td>
86+
<td></td>
87+
<td></td>
88+
<td></td>
89+
</tr>
90+
</tbody>
91+
</table>
92+
<table border="1">
93+
<colgroup span="99">
94+
<col class="name">
95+
<col class="value" span="4"></colgroup>
96+
<thead>
97+
<tr>
98+
<th>Variable</th>
99+
<th>Value</th>
100+
<th>Value</th>
101+
<th>Value</th>
102+
<th>Value</th>
103+
</tr>
104+
</thead>
105+
<tbody>
106+
<tr>
107+
<td></td>
108+
<td></td>
109+
<td></td>
110+
<td></td>
111+
<td></td>
112+
</tr>
113+
<tr>
114+
<td></td>
115+
<td></td>
116+
<td></td>
117+
<td></td>
118+
<td></td>
119+
</tr>
120+
</tbody>
121+
</table>
122+
<table border="1">
123+
<colgroup span="99">
124+
<col class="name">
125+
<col class="action">
126+
<col class="arg" span="3"></colgroup>
127+
<thead>
128+
<tr>
129+
<th>Keyword</th>
130+
<th>Action</th>
131+
<th>Argument</th>
132+
<th>Argument</th>
133+
<th>Argument</th>
134+
</tr>
135+
</thead>
136+
<tbody>
137+
<tr>
138+
<td></td>
139+
<td></td>
140+
<td></td>
141+
<td></td>
142+
<td></td>
143+
</tr>
144+
<tr>
145+
<td></td>
146+
<td></td>
147+
<td></td>
148+
<td></td>
149+
<td></td>
150+
</tr>
151+
</tbody>
152+
</table>
153+
</body>
154+
</html>

2.9b1/templates/resource_template.tsv

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"* Setting *" "* Value *" "* Value *" "* Value *" "* Value *" "* Value *"
2+
3+
4+
5+
"* Variable *" "* Value *" "* Value *" "* Value *" "* Value *" "* Value *"
6+
7+
8+
9+
"* Keyword *" "* Action *" "* Argument *" "* Argument *" "* Argument *" "* Argument *"

0 commit comments

Comments
 (0)