add new branch for testing
This commit is contained in:
36
pom.xml
36
pom.xml
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user