Skip to content

Commit 0dff8b9

Browse files
Modify Read me
1 parent 53cb827 commit 0dff8b9

File tree

13 files changed

+56
-54
lines changed

13 files changed

+56
-54
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Cucumber Framework
2-
Hi Guys, this is Chirag Singh and this repository contains all the code which I created on the You Tube Channel "FREE AUTOMATION LEARNING". You can download the code and run these code at your machine..
2+
Hi Guys, this is Chirag Singh and this repository contains all the code which I created on the You Tube Channel "FREE AUTOMATION LEARNING". You can download the code and run these code at your machine...
33

44
You can subscribe my youtube channel. See the below link for youtube channel.
55
https://www.youtube.com/channel/UCFs7BfAeJI6MtdqzTXdA9Og

target/classes/META-INF/maven/com.cucumber/cucumberframework/pom.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Generated by Maven Integration for Eclipse
2-
#Sun Sep 10 01:26:11 IST 2017
2+
#Sat Sep 16 11:39:03 IST 2017
33
version=1.0-SNAPSHOT
44
groupId=com.cucumber
55
m2e.projectName=cucumberframework

target/cucumber/report.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ formatter.feature({
1313
"keyword": "Feature"
1414
});
1515
formatter.before({
16-
"duration": 34461023819,
16+
"duration": 3821149296,
1717
"status": "passed"
1818
});
1919
formatter.scenario({
@@ -49,25 +49,25 @@ formatter.match({
4949
"location": "GoogleSearch.i_open_a_browser()"
5050
});
5151
formatter.result({
52-
"duration": 5852433397,
52+
"duration": 140653472,
5353
"status": "passed"
5454
});
5555
formatter.match({
5656
"location": "GoogleSearch.i_navigate_to_google_page()"
5757
});
5858
formatter.result({
59-
"duration": 14903636408,
59+
"duration": 4371875045,
6060
"status": "passed"
6161
});
6262
formatter.match({
6363
"location": "GoogleSearch.i_validate_the_search_text_field()"
6464
});
6565
formatter.result({
66-
"duration": 3300305312,
66+
"duration": 61211552,
6767
"status": "passed"
6868
});
6969
formatter.after({
70-
"duration": 5559943258,
70+
"duration": 1091105776,
7171
"status": "passed"
7272
});
7373
});

target/surefire-reports/Regression/Window.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ <h2 align='center'>Window</h2><table border='1' align="center">
5757
<tr>
5858
<td>Tests passed/Failed/Skipped:</td><td>1/0/0</td>
5959
</tr><tr>
60-
<td>Started on:</td><td>Thu Sep 07 22:42:12 IST 2017</td>
60+
<td>Started on:</td><td>Sat Sep 16 00:09:50 IST 2017</td>
6161
</tr>
62-
<tr><td>Total time:</td><td>158 seconds (158673 ms)</td>
62+
<tr><td>Total time:</td><td>9 seconds (9990 ms)</td>
6363
</tr><tr>
6464
<td>Included groups:</td><td></td>
6565
</tr><tr>
@@ -77,8 +77,8 @@ <h2 align='center'>Window</h2><table border='1' align="center">
7777
<tr>
7878
<td title='runner.RunTest.feature()'><b>feature</b><br>Test class: runner.RunTest<br>Test method: Runs Cucumber Feature<br>Parameters: Google Search</td>
7979
<td></td>
80-
<td>158</td>
81-
<td>runner.RunTest@531be3c5</td></tr>
80+
<td>9</td>
81+
<td>runner.RunTest@35fb3008</td></tr>
8282
</table><p>
8383
</body>
8484
</html>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- Generated by org.testng.reporters.JUnitXMLReporter -->
3-
<testsuite hostname="DESKTOP-02QTJU3" ignored="0" name="Window" tests="1" failures="0" timestamp="07 Sep 2017 17:14:51 GMT" time="158.673" errors="0">
4-
<testcase name="feature" time="158.257" classname="cucumber.api.testng.AbstractTestNGCucumberTests"/>
3+
<testsuite hostname="DESKTOP-02QTJU3" ignored="0" name="Window" tests="1" failures="0" timestamp="15 Sep 2017 18:40:00 GMT" time="9.99" errors="0">
4+
<testcase name="feature" time="9.526" classname="cucumber.api.testng.AbstractTestNGCucumberTests"/>
55
</testsuite> <!-- Window -->
Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" name="TestSuite" time="159.598" tests="1" errors="0" skipped="0" failures="0">
2+
<testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" name="TestSuite" time="10.603" tests="1" errors="0" skipped="0" failures="0">
33
<properties>
44
<property name="java.runtime.name" value="Java(TM) SE Runtime Environment"/>
5-
<property name="sun.boot.library.path" value="C:\Program Files\Java\jre1.8.0_121\bin"/>
6-
<property name="java.vm.version" value="25.121-b13"/>
5+
<property name="sun.boot.library.path" value="C:\Program Files\Java\jdk1.8.0_66\jre\bin"/>
6+
<property name="java.vm.version" value="25.66-b18"/>
77
<property name="java.vm.vendor" value="Oracle Corporation"/>
88
<property name="maven.multiModuleProjectDirectory" value="E:\Testing\Automation\Learning_Youtube\GitRepo\CucumberFramework"/>
99
<property name="java.vendor.url" value="http://java.oracle.com/"/>
@@ -17,18 +17,18 @@
1717
<property name="sun.os.patch.level" value=""/>
1818
<property name="java.vm.specification.name" value="Java Virtual Machine Specification"/>
1919
<property name="user.dir" value="E:\Testing\Automation\Learning_Youtube\GitRepo\CucumberFramework"/>
20-
<property name="java.runtime.version" value="1.8.0_121-b13"/>
20+
<property name="java.runtime.version" value="1.8.0_66-b18"/>
2121
<property name="java.awt.graphicsenv" value="sun.awt.Win32GraphicsEnvironment"/>
22-
<property name="java.endorsed.dirs" value="C:\Program Files\Java\jre1.8.0_121\lib\endorsed"/>
22+
<property name="java.endorsed.dirs" value="C:\Program Files\Java\jdk1.8.0_66\jre\lib\endorsed"/>
2323
<property name="os.arch" value="amd64"/>
2424
<property name="java.io.tmpdir" value="C:\Users\CHIRAG\AppData\Local\Temp\"/>
2525
<property name="line.separator" value="&#10;"/>
2626
<property name="java.vm.specification.vendor" value="Oracle Corporation"/>
2727
<property name="user.variant" value=""/>
2828
<property name="os.name" value="Windows 10"/>
29-
<property name="classworlds.conf" value="E:\Testing\Automation\New Automation\Workspace\.metadata\.plugins\org.eclipse.m2e.launching\launches\m2conf3962892048772419781.tmp"/>
29+
<property name="classworlds.conf" value="C:\apache-maven-3.3.9\bin\..\bin\m2.conf"/>
3030
<property name="sun.jnu.encoding" value="Cp1252"/>
31-
<property name="java.library.path" value="C:\Program Files\Java\jre1.8.0_121\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Program Files/Java/jre1.8.0_121/bin/server;C:/Program Files/Java/jre1.8.0_121/bin;C:/Program Files/Java/jre1.8.0_121/lib/amd64;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\Java\jre1.8.0_121\bin;C:\Program Files\Git\cmd;C:\Program Files (x86)\Android\android-sdk\tools;C:\Program Files (x86)\Android\android-sdk\platform-tools;C:\Program Files (x86)\Android\android-sdk\build-tools;C:\Program Files\nodejs\;C:\apache-maven-3.3.9/bin;C:\apache-ant-1.9.6/bin;C:\Users\CHIRAG\AppData\Local\Microsoft\WindowsApps;C:\Users\CHIRAG\AppData\Roaming\npm;E:\Testing\Software\eclipse;;."/>
31+
<property name="java.library.path" value="C:\Program Files\Java\jdk1.8.0_66\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\Java\jre1.8.0_121\bin;C:\Program Files\Git\cmd;C:\Program Files (x86)\Android\android-sdk\tools;C:\Program Files (x86)\Android\android-sdk\platform-tools;C:\Program Files (x86)\Android\android-sdk\build-tools;C:\Program Files\nodejs\;C:\apache-maven-3.3.9/bin;C:\apache-ant-1.9.6/bin;C:\Users\CHIRAG\AppData\Local\Microsoft\WindowsApps;C:\Users\CHIRAG\AppData\Roaming\npm;."/>
3232
<property name="java.specification.name" value="Java Platform API Specification"/>
3333
<property name="java.class.version" value="52.0"/>
3434
<property name="sun.management.compiler" value="HotSpot 64-Bit Tiered Compilers"/>
@@ -39,26 +39,28 @@
3939
<property name="java.specification.version" value="1.8"/>
4040
<property name="file.encoding" value="Cp1252"/>
4141
<property name="user.name" value="CHIRAG"/>
42-
<property name="java.class.path" value="/E:/Testing/Software/eclipse/plugins/org.eclipse.m2e.maven.runtime_1.6.0.20150526-2031/jars/plexus-classworlds-2.5.2.jar"/>
42+
<property name="java.class.path" value="C:\apache-maven-3.3.9\bin\..\boot\plexus-classworlds-2.5.2.jar"/>
4343
<property name="java.vm.specification.version" value="1.8"/>
4444
<property name="sun.arch.data.model" value="64"/>
45-
<property name="java.home" value="C:\Program Files\Java\jre1.8.0_121"/>
46-
<property name="sun.java.command" value="org.codehaus.plexus.classworlds.launcher.Launcher -B test"/>
45+
<property name="java.home" value="C:\Program Files\Java\jdk1.8.0_66\jre"/>
46+
<property name="sun.java.command" value="org.codehaus.plexus.classworlds.launcher.Launcher test"/>
4747
<property name="java.specification.vendor" value="Oracle Corporation"/>
4848
<property name="user.language" value="en"/>
4949
<property name="awt.toolkit" value="sun.awt.windows.WToolkit"/>
5050
<property name="java.vm.info" value="mixed mode"/>
51-
<property name="java.version" value="1.8.0_121"/>
52-
<property name="java.ext.dirs" value="C:\Program Files\Java\jre1.8.0_121\lib\ext;C:\Windows\Sun\Java\lib\ext"/>
53-
<property name="sun.boot.class.path" value="C:\Program Files\Java\jre1.8.0_121\lib\resources.jar;C:\Program Files\Java\jre1.8.0_121\lib\rt.jar;C:\Program Files\Java\jre1.8.0_121\lib\sunrsasign.jar;C:\Program Files\Java\jre1.8.0_121\lib\jsse.jar;C:\Program Files\Java\jre1.8.0_121\lib\jce.jar;C:\Program Files\Java\jre1.8.0_121\lib\charsets.jar;C:\Program Files\Java\jre1.8.0_121\lib\jfr.jar;C:\Program Files\Java\jre1.8.0_121\classes"/>
51+
<property name="java.version" value="1.8.0_66"/>
52+
<property name="java.ext.dirs" value="C:\Program Files\Java\jdk1.8.0_66\jre\lib\ext;C:\Windows\Sun\Java\lib\ext"/>
53+
<property name="sun.boot.class.path" value="C:\Program Files\Java\jdk1.8.0_66\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_66\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_66\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.8.0_66\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_66\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_66\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_66\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_66\jre\classes"/>
54+
<property name="sun.stderr.encoding" value="cp437"/>
5455
<property name="java.vendor" value="Oracle Corporation"/>
55-
<property name="maven.home" value="E:\Testing\Automation\Learning_Youtube\GitRepo\CucumberFramework\EMBEDDED"/>
56+
<property name="maven.home" value="C:\apache-maven-3.3.9\bin\.."/>
5657
<property name="file.separator" value="\"/>
5758
<property name="java.vendor.url.bug" value="http://bugreport.sun.com/bugreport/"/>
5859
<property name="sun.cpu.endian" value="little"/>
5960
<property name="sun.io.unicode.encoding" value="UnicodeLittle"/>
61+
<property name="sun.stdout.encoding" value="cp437"/>
6062
<property name="sun.desktop" value="windows"/>
6163
<property name="sun.cpu.isalist" value="amd64"/>
6264
</properties>
63-
<testcase name="feature" classname="runner.RunTest" time="158.262"/>
65+
<testcase name="feature" classname="runner.RunTest" time="9.534"/>
6466
</testsuite>

target/surefire-reports/TestSuite.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-------------------------------------------------------------------------------
22
Test set: TestSuite
33
-------------------------------------------------------------------------------
4-
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 159.598 sec - in TestSuite
4+
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.603 sec - in TestSuite
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2-
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>TestNG Report</title><style type="text/css">table {margin-bottom:10px;border-collapse:collapse;empty-cells:show}th,td {border:1px solid #009;padding:.25em .5em}th {vertical-align:bottom}td {vertical-align:top}table a {font-weight:bold}.stripe td {background-color: #E6EBF9}.num {text-align:right}.passedodd td {background-color: #3F3}.passedeven td {background-color: #0A0}.skippedodd td {background-color: #DDD}.skippedeven td {background-color: #CCC}.failedodd td,.attn {background-color: #F33}.failedeven td,.stripe .attn {background-color: #D00}.stacktrace {white-space:pre;font-family:monospace}.totop {font-size:85%;text-align:center;border-bottom:2px solid #000}</style></head><body><table><tr><th>Test</th><th># Passed</th><th># Skipped</th><th># Failed</th><th>Time (ms)</th><th>Included Groups</th><th>Excluded Groups</th></tr><tr><th colspan="7">Regression</th></tr><tr><td><a href="#t0">Window</a></td><td class="num">1</td><td class="num">0</td><td class="num">0</td><td class="num">158,673</td><td></td><td></td></tr></table><table><thead><tr><th>Class</th><th>Method</th><th>Start</th><th>Time (ms)</th></tr></thead><tbody><tr><th colspan="4">Regression</th></tr></tbody><tbody id="t0"><tr><th colspan="4">Window &#8212; passed</th></tr><tr class="passedeven"><td rowspan="1">runner.RunTest</td><td><a href="#m0">feature</a></td><td rowspan="1">1504804333058</td><td rowspan="1">158257</td></tr></tbody></table><h2>Window</h2><h3 id="m0">runner.RunTest#feature</h3><table class="result"><tr class="param"><th>Parameter #1</th></tr><tr class="param stripe"><td>Google Search</td></tr></table><p class="totop"><a href="#summary">back to summary</a></p></body></html>
2+
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>TestNG Report</title><style type="text/css">table {margin-bottom:10px;border-collapse:collapse;empty-cells:show}th,td {border:1px solid #009;padding:.25em .5em}th {vertical-align:bottom}td {vertical-align:top}table a {font-weight:bold}.stripe td {background-color: #E6EBF9}.num {text-align:right}.passedodd td {background-color: #3F3}.passedeven td {background-color: #0A0}.skippedodd td {background-color: #DDD}.skippedeven td {background-color: #CCC}.failedodd td,.attn {background-color: #F33}.failedeven td,.stripe .attn {background-color: #D00}.stacktrace {white-space:pre;font-family:monospace}.totop {font-size:85%;text-align:center;border-bottom:2px solid #000}</style></head><body><table><tr><th>Test</th><th># Passed</th><th># Skipped</th><th># Failed</th><th>Time (ms)</th><th>Included Groups</th><th>Excluded Groups</th></tr><tr><th colspan="7">Regression</th></tr><tr><td><a href="#t0">Window</a></td><td class="num">1</td><td class="num">0</td><td class="num">0</td><td class="num">9,990</td><td></td><td></td></tr></table><table><thead><tr><th>Class</th><th>Method</th><th>Start</th><th>Time (ms)</th></tr></thead><tbody><tr><th colspan="4">Regression</th></tr></tbody><tbody id="t0"><tr><th colspan="4">Window &#8212; passed</th></tr><tr class="passedeven"><td rowspan="1">runner.RunTest</td><td><a href="#m0">feature</a></td><td rowspan="1">1505500790767</td><td rowspan="1">9526</td></tr></tbody></table><h2>Window</h2><h3 id="m0">runner.RunTest#feature</h3><table class="result"><tr class="param"><th>Parameter #1</th></tr><tr class="param stripe"><td>Google Search</td></tr></table><p class="totop"><a href="#summary">back to summary</a></p></body></html>

target/surefire-reports/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,12 @@
199199
data.setCell(0, 0, 0)
200200
data.setCell(0, 1, 'feature')
201201
data.setCell(0, 2, 'runner.RunTest')
202-
data.setCell(0, 3, 158257);
202+
data.setCell(0, 3, 9526);
203203
window.suiteTableData['Regression']= { tableData: data, tableDiv: 'times-div-Regression'}
204204
return data;
205205
}
206206
</script>
207-
<span class="suite-total-time">Total running time: 2 minutes</span>
207+
<span class="suite-total-time">Total running time: 9 seconds</span>
208208
<div id="times-div-Regression">
209209
</div> <!-- times-div-Regression -->
210210
</div> <!-- times-div -->
@@ -237,11 +237,11 @@
237237
</div> <!-- configuration-class before -->
238238
<div class="test-method">
239239
<span class="method-name">feature(Google Search)</span>
240-
<span class="method-start">329 ms</span>
240+
<span class="method-start">439 ms</span>
241241
</div> <!-- test-method -->
242242
<div class="configuration-class after">
243243
<span class="method-name">tearDownClass</span>
244-
<span class="method-start">158589 ms</span>
244+
<span class="method-start">9966 ms</span>
245245
</div> <!-- configuration-class after -->
246246
</div> <!-- main-panel-content rounded-window-bottom -->
247247
</div> <!-- panel -->
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- Generated by org.testng.reporters.JUnitReportReporter -->
3-
<testsuite name="runner.RunTest" tests="1" time="158.257" ignored="0" failures="0" timestamp="07 Sep 2017 17:14:51 GMT" skipped="0" hostname="DESKTOP-02QTJU3" errors="0">
4-
<testcase name="feature" time="158.257" classname="runner.RunTest"/>
3+
<testsuite name="runner.RunTest" tests="1" time="9.526" ignored="0" failures="0" timestamp="15 Sep 2017 18:40:00 GMT" skipped="0" hostname="DESKTOP-02QTJU3" errors="0">
4+
<testcase name="feature" time="9.526" classname="runner.RunTest"/>
55
</testsuite> <!-- runner.RunTest -->

0 commit comments

Comments
 (0)