Skip to content

Commit 1e36016

Browse files
Deploy to GitHub pages
0 parents  commit 1e36016

File tree

1,130 files changed

+12773
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,130 files changed

+12773
-0
lines changed

fpsak/allure-maven.html

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<!DOCTYPE html>
2+
<!--
3+
| Generated by Apache Maven Doxia Site Renderer 1.11.1 at 2024-09-02
4+
5+
| Rendered using Apache Maven Default Skin
6+
-->
7+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
8+
<head>
9+
<meta charset="UTF-8" />
10+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
11+
<meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
12+
<title>FPSAK :: AutoTest &#x2013; Allure</title>
13+
<link rel="stylesheet" href="./css/maven-base.css" />
14+
<link rel="stylesheet" href="./css/maven-theme.css" />
15+
<link rel="stylesheet" href="./css/site.css" />
16+
<link rel="stylesheet" href="./css/print.css" media="print" />
17+
</head>
18+
<body class="composite">
19+
<div id="banner">
20+
<div class="clear">
21+
<hr/>
22+
</div>
23+
</div>
24+
<div id="breadcrumbs">
25+
<div class="xleft">
26+
<span id="publishDate">Last Published: 2024-09-02</span>
27+
| <span id="projectVersion">Version: 1.0.0-SNAPSHOT</span>
28+
</div>
29+
<div class="xright"> </div>
30+
<div class="clear">
31+
<hr/>
32+
</div>
33+
</div>
34+
<div id="leftColumn">
35+
<div id="navcolumn">
36+
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
37+
<img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
38+
</a>
39+
</div>
40+
</div>
41+
<div id="bodyColumn">
42+
<div id="contentBox">
43+
<br /><meta http-equiv="refresh" content="0;url=index.html" /><a href="index.html">
44+
</div>
45+
</div>
46+
<div class="clear">
47+
<hr/>
48+
</div>
49+
<div id="footer">
50+
<div class="xright">
51+
Copyright &#169; 2024.. </div>
52+
<div class="clear">
53+
<hr/>
54+
</div>
55+
</div>
56+
</body>
57+
</html>

fpsak/app.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fpsak/css/maven-base.css

+168
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,168 @@
1+
/*
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
* KIND, either express or implied. See the License for the
16+
* specific language governing permissions and limitations
17+
* under the License.
18+
*/
19+
20+
body {
21+
margin: 0px;
22+
padding: 0px;
23+
}
24+
table {
25+
padding:0px;
26+
width: 100%;
27+
margin-left: -2px;
28+
margin-right: -2px;
29+
}
30+
acronym {
31+
cursor: help;
32+
border-bottom: 1px dotted #feb;
33+
}
34+
table.bodyTable th, table.bodyTable td {
35+
padding: 2px 4px 2px 4px;
36+
vertical-align: top;
37+
}
38+
div.clear {
39+
clear:both;
40+
visibility: hidden;
41+
}
42+
div.clear hr {
43+
display: none;
44+
}
45+
#bannerLeft, #bannerRight {
46+
font-size: xx-large;
47+
font-weight: bold;
48+
}
49+
#bannerLeft img, #bannerRight img {
50+
margin: 0px;
51+
}
52+
.xleft, #bannerLeft img {
53+
float:left;
54+
}
55+
.xright, #bannerRight {
56+
float:right;
57+
}
58+
#banner {
59+
padding: 0px;
60+
}
61+
#breadcrumbs {
62+
padding: 3px 10px 3px 10px;
63+
}
64+
#leftColumn {
65+
width: 170px;
66+
float:left;
67+
overflow: auto;
68+
}
69+
#bodyColumn {
70+
margin-right: 1.5em;
71+
margin-left: 197px;
72+
}
73+
#legend {
74+
padding: 8px 0 8px 0;
75+
}
76+
#navcolumn {
77+
padding: 8px 4px 0 8px;
78+
}
79+
#navcolumn h5 {
80+
margin: 0;
81+
padding: 0;
82+
font-size: small;
83+
}
84+
#navcolumn ul {
85+
margin: 0;
86+
padding: 0;
87+
font-size: small;
88+
}
89+
#navcolumn li {
90+
list-style-type: none;
91+
background-image: none;
92+
background-repeat: no-repeat;
93+
background-position: 0 0.4em;
94+
padding-left: 16px;
95+
list-style-position: outside;
96+
line-height: 1.2em;
97+
font-size: smaller;
98+
}
99+
#navcolumn li.expanded {
100+
background-image: url(../images/expanded.gif);
101+
}
102+
#navcolumn li.collapsed {
103+
background-image: url(../images/collapsed.gif);
104+
}
105+
#navcolumn li.none {
106+
text-indent: -1em;
107+
margin-left: 1em;
108+
}
109+
#poweredBy {
110+
text-align: center;
111+
}
112+
#navcolumn img {
113+
margin-top: 10px;
114+
margin-bottom: 3px;
115+
}
116+
#poweredBy img {
117+
display:block;
118+
margin: 20px 0 20px 17px;
119+
}
120+
#search img {
121+
margin: 0px;
122+
display: block;
123+
}
124+
#search #q, #search #btnG {
125+
border: 1px solid #999;
126+
margin-bottom:10px;
127+
}
128+
#search form {
129+
margin: 0px;
130+
}
131+
#lastPublished {
132+
font-size: x-small;
133+
}
134+
.navSection {
135+
margin-bottom: 2px;
136+
padding: 8px;
137+
}
138+
.navSectionHead {
139+
font-weight: bold;
140+
font-size: x-small;
141+
}
142+
.section {
143+
padding: 4px;
144+
}
145+
#footer {
146+
padding: 3px 10px 3px 10px;
147+
font-size: x-small;
148+
}
149+
#breadcrumbs {
150+
font-size: x-small;
151+
margin: 0pt;
152+
}
153+
.source {
154+
padding: 12px;
155+
margin: 1em 7px 1em 7px;
156+
}
157+
.source pre {
158+
margin: 0px;
159+
padding: 0px;
160+
}
161+
#navcolumn img.imageLink, .imageLink {
162+
padding-left: 0px;
163+
padding-bottom: 0px;
164+
padding-top: 0px;
165+
padding-right: 2px;
166+
border: 0px;
167+
margin: 0px;
168+
}

fpsak/css/maven-theme.css

+161
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,161 @@
1+
/*
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
* KIND, either express or implied. See the License for the
16+
* specific language governing permissions and limitations
17+
* under the License.
18+
*/
19+
20+
body {
21+
padding: 0px 0px 10px 0px;
22+
}
23+
body, td, select, input, li{
24+
font-family: Verdana, Helvetica, Arial, sans-serif;
25+
font-size: 13px;
26+
}
27+
code{
28+
font-family: Courier, monospace;
29+
font-size: 13px;
30+
}
31+
a {
32+
text-decoration: none;
33+
}
34+
a:link {
35+
color:#36a;
36+
}
37+
a:visited {
38+
color:#47a;
39+
}
40+
a:active, a:hover {
41+
color:#69c;
42+
}
43+
#legend li.externalLink {
44+
background: url(../images/external.png) left top no-repeat;
45+
padding-left: 18px;
46+
}
47+
a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
48+
background: url(../images/external.png) right center no-repeat;
49+
padding-right: 18px;
50+
}
51+
#legend li.newWindow {
52+
background: url(../images/newwindow.png) left top no-repeat;
53+
padding-left: 18px;
54+
}
55+
a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
56+
background: url(../images/newwindow.png) right center no-repeat;
57+
padding-right: 18px;
58+
}
59+
h2 {
60+
padding: 4px 4px 4px 6px;
61+
border: 1px solid #999;
62+
color: #900;
63+
background-color: #ddd;
64+
font-weight:900;
65+
font-size: x-large;
66+
}
67+
h3 {
68+
padding: 4px 4px 4px 6px;
69+
border: 1px solid #aaa;
70+
color: #900;
71+
background-color: #eee;
72+
font-weight: normal;
73+
font-size: large;
74+
}
75+
h4 {
76+
padding: 4px 4px 4px 6px;
77+
border: 1px solid #bbb;
78+
color: #900;
79+
background-color: #fff;
80+
font-weight: normal;
81+
font-size: large;
82+
}
83+
h5 {
84+
padding: 4px 4px 4px 6px;
85+
color: #900;
86+
font-size: medium;
87+
}
88+
p {
89+
line-height: 1.3em;
90+
font-size: small;
91+
}
92+
#breadcrumbs {
93+
border-top: 1px solid #aaa;
94+
border-bottom: 1px solid #aaa;
95+
background-color: #ccc;
96+
}
97+
#leftColumn {
98+
margin: 10px 0 0 5px;
99+
border: 1px solid #999;
100+
background-color: #eee;
101+
padding-bottom: 3px; /* IE-9 scrollbar-fix */
102+
}
103+
#navcolumn h5 {
104+
font-size: smaller;
105+
border-bottom: 1px solid #aaaaaa;
106+
padding-top: 2px;
107+
color: #000;
108+
}
109+
110+
table.bodyTable th {
111+
color: white;
112+
background-color: #bbb;
113+
text-align: left;
114+
font-weight: bold;
115+
}
116+
117+
table.bodyTable th, table.bodyTable td {
118+
font-size: 1em;
119+
}
120+
121+
table.bodyTable tr.a {
122+
background-color: #ddd;
123+
}
124+
125+
table.bodyTable tr.b {
126+
background-color: #eee;
127+
}
128+
129+
.source {
130+
border: 1px solid #999;
131+
}
132+
dl {
133+
padding: 4px 4px 4px 6px;
134+
border: 1px solid #aaa;
135+
background-color: #ffc;
136+
}
137+
dt {
138+
color: #900;
139+
}
140+
#organizationLogo img, #projectLogo img, #projectLogo span{
141+
margin: 8px;
142+
}
143+
#banner {
144+
border-bottom: 1px solid #fff;
145+
}
146+
.errormark, .warningmark, .donemark, .infomark {
147+
background: url(../images/icon_error_sml.gif) no-repeat;
148+
}
149+
150+
.warningmark {
151+
background-image: url(../images/icon_warning_sml.gif);
152+
}
153+
154+
.donemark {
155+
background-image: url(../images/icon_success_sml.gif);
156+
}
157+
158+
.infomark {
159+
background-image: url(../images/icon_info_sml.gif);
160+
}
161+

0 commit comments

Comments
 (0)