Test msg
-
10.04.2024 3:29:42 AM
-
10.04.2024 3:29:42 AM
+
10.08.2024 3:09:17 AM
+
10.08.2024 3:09:17 AM
00:00:00:000
·
#test-id=1
@@ -115,13 +115,13 @@
Started
-
Oct 4, 2024 03:29:39 AM
+
Oct 8, 2024 03:09:11 AM
Ended
-
Oct 4, 2024 03:29:42 AM
+
Oct 8, 2024 03:09:18 AM
diff --git a/src/main/java/features/HomePage.feature b/src/main/java/features/HomePage.feature
index e724016..dcfedac 100644
--- a/src/main/java/features/HomePage.feature
+++ b/src/main/java/features/HomePage.feature
@@ -1,6 +1,8 @@
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"
- When User type text into the text box and hit click
- Then Text is displayed "True"
+ When User type text into the text box and hit click
+ Then Text is displayed "True"
diff --git a/src/main/java/testNGRunner/TestRunner.java b/src/main/java/testNGRunner/TestRunner.java
index c55ecca..ca35c3d 100644
--- a/src/main/java/testNGRunner/TestRunner.java
+++ b/src/main/java/testNGRunner/TestRunner.java
@@ -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 {
}