fix: 17
Some checks reported errors
jenkins/ZenProject/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
jenkins/ZenProject/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
9777fa5e9a
commit
09c9801fc9
@ -35,7 +35,7 @@
|
||||
<a href="#"><span class="badge badge-primary">Zenful</span></a>
|
||||
</li>
|
||||
<li class="m-r-10">
|
||||
<a href="#"><span class="badge badge-primary">Sep 30, 2024 10:34:16 PM</span></a>
|
||||
<a href="#"><span class="badge badge-primary">Sep 30, 2024 11:04:34 PM</span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@ -81,7 +81,7 @@
|
||||
<div class="test-detail">
|
||||
<p class="name">Test msg</p>
|
||||
<p class="text-sm">
|
||||
<span>10:34:17 PM</span> / <span>00:00:00:000</span>
|
||||
<span>11:04:57 PM</span> / <span>00:00:00:000</span>
|
||||
<span class="badge pass-bg log float-right">Pass</span>
|
||||
</p>
|
||||
</div>
|
||||
@ -90,8 +90,8 @@
|
||||
<div class="p-v-10">
|
||||
<div class="info">
|
||||
<h5 class="test-status text-pass">Test msg</h5>
|
||||
<span class='badge badge-success'>09.30.2024 10:34:17 PM</span>
|
||||
<span class='badge badge-danger'>09.30.2024 10:34:17 PM</span>
|
||||
<span class='badge badge-success'>09.30.2024 11:04:57 PM</span>
|
||||
<span class='badge badge-danger'>09.30.2024 11:04:57 PM</span>
|
||||
<span class='badge badge-default'>00:00:00:000</span>
|
||||
· <span class='uri-anchor badge badge-default'>#test-id=1</span>
|
||||
<span title='Skip to the next failed step' class='badge badge-danger pointer float-right ne ml-1'><i class="fa fa-fast-forward"></i></span>
|
||||
@ -115,13 +115,13 @@
|
||||
<div class="col-md-3">
|
||||
<div class="card"><div class="card-body">
|
||||
<p class="m-b-0">Started</p>
|
||||
<h3>Sep 30, 2024 10:34:16 PM</h3>
|
||||
<h3>Sep 30, 2024 11:04:34 PM</h3>
|
||||
</div></div>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<div class="card"><div class="card-body">
|
||||
<p class="m-b-0">Ended</p>
|
||||
<h3>Sep 30, 2024 10:34:17 PM</h3>
|
||||
<h3>Sep 30, 2024 11:04:58 PM</h3>
|
||||
</div></div>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
|
||||
@ -49,16 +49,16 @@ public class Initialization {
|
||||
extent.setSystemInfo("Tester ID: ", "Sami");
|
||||
|
||||
// conditioning our WebDriver with an if statement
|
||||
String browsername = prop.getProperty("browserC");
|
||||
String browsername = prop.getProperty("browserF");
|
||||
|
||||
// launching FireFox
|
||||
if (browsername.equalsIgnoreCase("firefox")) {
|
||||
// System.setProperty("web-driver.gecko.driver","user.dir" +
|
||||
// "/drivers/geckodriver");
|
||||
// driver = new FirefoxDriver();
|
||||
// FirefoxOptions options = new FirefoxOptions();
|
||||
// options.addArguments("--headless");
|
||||
// driver = new FirefoxDriver(options);
|
||||
FirefoxOptions options = new FirefoxOptions();
|
||||
options.addArguments("--headless");
|
||||
driver = new FirefoxDriver(options);
|
||||
driver.get(prop.getProperty("url"));
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user