From 5a33fdc557cf1a54a29549996315c6015e1a6b30 Mon Sep 17 00:00:00 2001 From: TechPrimers Date: Mon, 29 Oct 2018 23:47:39 +0530 Subject: [PATCH] add new branch for testing --- pom.xml | 36 ----------------------------- src/test/resources/FizzBuzz.feature | 2 +- 2 files changed, 1 insertion(+), 37 deletions(-) diff --git a/pom.xml b/pom.xml index b31f9ce..0b6506c 100644 --- a/pom.xml +++ b/pom.xml @@ -35,42 +35,6 @@ - - - org.codehaus.mojo - exec-maven-plugin - 1.2.1 - - - integration-test - - java - - - - - - info.cukes - cucumber-core - - cucumber.api.cli.Main - - --plugin - junit:target/cucumber-junit-report/allcukes.xml - --plugin - pretty - --plugin - html:target/cucumber-html-report - - - - - info.cukes - cucumber-core - 1.2.5 - - - diff --git a/src/test/resources/FizzBuzz.feature b/src/test/resources/FizzBuzz.feature index 9831050..4020ddc 100644 --- a/src/test/resources/FizzBuzz.feature +++ b/src/test/resources/FizzBuzz.feature @@ -7,7 +7,7 @@ Feature: FizzBuzz Game play Scenario: Play FizzBuzz to get Buzz Given Create a FizzBuzz game play - When I play with number 5 + When I play with number 4 Then The result is "Buzz" Scenario: Play FizzBuzz to get FizzBuzz