add new branch for testing

This commit is contained in:
TechPrimers
2018-10-29 23:47:39 +05:30
parent 1f487f5f1e
commit 5a33fdc557
2 changed files with 1 additions and 37 deletions

36
pom.xml
View File

@@ -35,42 +35,6 @@
</dependency> </dependency>
</dependencies> </dependencies>
</plugin> </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.2.1</version>
<executions>
<execution>
<phase>integration-test</phase>
<goals>
<goal>java</goal>
</goals>
</execution>
</executions>
<configuration>
<executableDependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-core</artifactId>
</executableDependency>
<mainClass>cucumber.api.cli.Main</mainClass>
<arguments>
<argument>--plugin</argument>
<argument>junit:target/cucumber-junit-report/allcukes.xml</argument>
<argument>--plugin</argument>
<argument>pretty</argument>
<argument>--plugin</argument>
<argument>html:target/cucumber-html-report</argument>
</arguments>
</configuration>
<dependencies>
<dependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-core</artifactId>
<version>1.2.5</version>
</dependency>
</dependencies>
</plugin>
</plugins> </plugins>
</build> </build>

View File

@@ -7,7 +7,7 @@ Feature: FizzBuzz Game play
Scenario: Play FizzBuzz to get Buzz Scenario: Play FizzBuzz to get Buzz
Given Create a FizzBuzz game play Given Create a FizzBuzz game play
When I play with number 5 When I play with number 4
Then The result is "Buzz" Then The result is "Buzz"
Scenario: Play FizzBuzz to get FizzBuzz Scenario: Play FizzBuzz to get FizzBuzz