fix: 24 - CucumberFrameWorkDone
Some checks failed
jenkins/ZenProject/pipeline/head There was a failure building this commit
Some checks failed
jenkins/ZenProject/pipeline/head There was a failure building this commit
This commit is contained in:
parent
c03ae30e24
commit
1bc6cf564c
@ -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">Oct 4, 2024 03:08:58 AM</span></a>
|
||||
<a href="#"><span class="badge badge-primary">Oct 4, 2024 03:29:39 AM</span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@ -81,7 +81,7 @@
|
||||
<div class="test-detail">
|
||||
<p class="name">Test msg</p>
|
||||
<p class="text-sm">
|
||||
<span>3:09:05 AM</span> / <span>00:00:00:000</span>
|
||||
<span>3:29:42 AM</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'>10.04.2024 3:09:05 AM</span>
|
||||
<span class='badge badge-danger'>10.04.2024 3:09:05 AM</span>
|
||||
<span class='badge badge-success'>10.04.2024 3:29:42 AM</span>
|
||||
<span class='badge badge-danger'>10.04.2024 3:29:42 AM</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>Oct 4, 2024 03:08:58 AM</h3>
|
||||
<h3>Oct 4, 2024 03:29:39 AM</h3>
|
||||
</div></div>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<div class="card"><div class="card-body">
|
||||
<p class="m-b-0">Ended</p>
|
||||
<h3>Oct 4, 2024 03:09:05 AM</h3>
|
||||
<h3>Oct 4, 2024 03:29:42 AM</h3>
|
||||
</div></div>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Feature: Home page of the application
|
||||
Scenario: Leave a comment into Zenful.cloud
|
||||
Given Initialize the remote webdriver
|
||||
Given Initialize the remote webdriver Firefox
|
||||
And navigate to "https://zenful.cloud"
|
||||
When User type text into the text box and hit click
|
||||
Then Text is displayed "True"
|
||||
|
||||
@ -10,9 +10,8 @@ import java.io.IOException;
|
||||
|
||||
public class StepDefinition extends Initialization {
|
||||
|
||||
|
||||
@Given("Initialize the remote webdriver")
|
||||
public void initializeTheRemoteWebdriver() {
|
||||
@Given("Initialize the remote webdriver Firefox")
|
||||
public void initializeTheRemoteWebdriverFirefox() {
|
||||
BrowserInit("firefox");
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user