BDDpluging, reports, and tags
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
1bc6cf564c
commit
0e81fec560
50
BDDrepo/bddReports
Normal file
50
BDDrepo/bddReports
Normal file
File diff suppressed because one or more lines are too long
@ -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:29:39 AM</span></a>
|
||||
<a href="#"><span class="badge badge-primary">Oct 8, 2024 03:09:11 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:29:42 AM</span> / <span>00:00:00:000</span>
|
||||
<span>3:09:17 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:29:42 AM</span>
|
||||
<span class='badge badge-danger'>10.04.2024 3:29:42 AM</span>
|
||||
<span class='badge badge-success'>10.08.2024 3:09:17 AM</span>
|
||||
<span class='badge badge-danger'>10.08.2024 3:09:17 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:29:39 AM</h3>
|
||||
<h3>Oct 8, 2024 03:09:11 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:29:42 AM</h3>
|
||||
<h3>Oct 8, 2024 03:09:18 AM</h3>
|
||||
</div></div>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
Feature: Home page of the application
|
||||
|
||||
@Smoke
|
||||
Scenario: Leave a comment into Zenful.cloud
|
||||
Given Initialize the remote webdriver Firefox
|
||||
And navigate to "https://zenful.cloud"
|
||||
|
||||
@ -3,10 +3,8 @@ package testNGRunner;
|
||||
import io.cucumber.testng.AbstractTestNGCucumberTests;
|
||||
import io.cucumber.testng.CucumberOptions;
|
||||
|
||||
@CucumberOptions(
|
||||
features = "src/main/java/features",
|
||||
glue = "stepDefinition"
|
||||
)
|
||||
@CucumberOptions(features = "src/main/java/features", glue = "stepDefinition", monochrome = false, plugin = { "pretty",
|
||||
"html:BDDrepo/bddReports" }, tags = "@Smoke")
|
||||
public class TestRunner extends AbstractTestNGCucumberTests {
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user