Skip to content

Commit d330e15

Browse files
committed
deploy: 896d243
0 parents  commit d330e15

123 files changed

Lines changed: 1446 additions & 0 deletions

File tree

Some content is hidden

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

.nojekyll

Whitespace-only changes.

allure-maven.html

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<!DOCTYPE html>
2+
3+
4+
<!--
5+
| Generated by Apache Maven Doxia Site Renderer 2.0.0 from io.qameta.allure:allure-maven:2.17.0:report at 2026-02-25
6+
| Rendered using Apache Maven Fluido Skin 2.0.0-M9
7+
-->
8+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
9+
<head>
10+
<meta charset="UTF-8" />
11+
<meta name="viewport" content="width=device-width, initial-scale=1" />
12+
<meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0" />
13+
<title>Allure – AutomationFrameworkSelenium</title>
14+
<link rel="stylesheet" href="./css/apache-maven-fluido-2.0.0-M9.min.css" />
15+
<link rel="stylesheet" href="./css/site.css" />
16+
<link rel="stylesheet" href="./css/print.css" media="print" />
17+
<script src="./js/apache-maven-fluido-2.0.0-M9.min.js"></script>
18+
</head>
19+
<body>
20+
<div class="container container-top">
21+
<header>
22+
<div id="banner">
23+
<div class="pull-left"><div id="bannerLeft"><h1>AutomationFrameworkSelenium</h1></div></div>
24+
<div class="pull-right"></div>
25+
<div class="clear"><hr/></div>
26+
</div>
27+
28+
<div id="breadcrumbs">
29+
<ul class="breadcrumb">
30+
<li id="publishDate">Last Published: 2026-02-25<span class="divider">|</span>
31+
</li>
32+
<li id="projectVersion">Version: 2.9.0</li>
33+
<li class="pull-right"><a href="https://github.com/anhtester/AutomationFrameworkSelenium" class="externalLink">AutomationFrameworkSelenium</a></li>
34+
</ul>
35+
</div>
36+
</header>
37+
<main id="bodyColumn">
38+
<br /><meta http-equiv="refresh" content="0;url=allure-maven-plugin\index.html" /><a href="allure-maven-plugin\index.html">
39+
</main>
40+
</div>
41+
<hr/>
42+
<footer>
43+
<div class="container">
44+
<div class="row">
45+
<p>© 2026
46+
</p>
47+
</div>
48+
<p id="poweredBy" class="pull-right"><a href="https://maven.apache.org/" class="builtBy" target="_blank"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
49+
</p>
50+
</div>
51+
</footer>
52+
<script>
53+
if(anchors) {
54+
anchors.add();
55+
}
56+
</script>
57+
</body>
58+
</html>

app.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/apache-maven-fluido-2.0.0-M9.min.css

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/print.css

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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+
#banner,
21+
#footer,
22+
#leftcol,
23+
#breadcrumbs,
24+
.docs #toc,
25+
.docs .courtesylinks,
26+
#leftColumn,
27+
#navColumn {
28+
display: none !important;
29+
}
30+
31+
#bodyColumn,
32+
body.docs div.docs {
33+
margin: 0 !important;
34+
border: none !important;
35+
}

css/site.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* You can override this file with your own styles */
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Clicked on the element By.xpath: //button[normalize-space()='Ok. I Understood']
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Clicked on the element By.xpath: //button[@data-key='website-popup']
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Clicked on the element By.xpath: //button[normalize-space()='Login']
186 KB

0 commit comments

Comments
 (0)