[m2e-users] Running Cucumber project created with JAVA using ECLIPSE

2015-10-15 Thread Kashif BHATTI
Hello, I have created an initial Cucumber Maven Project in ECLIPSE and the eventual task that I have been asked to do is to be able to run it using Maven from the command line. I have installed Maven..I also have my POM file but I have absolutely no idea how to get Maven test running from command

Re: [m2e-users] Running Cucumber project created with JAVA using ECLIPSE

2015-10-16 Thread Kashif BHATTI
u should rather ask the Maven Users > list. > > Anyways, first hit on google for "Cucumber Maven Project" : > http://blog.czeczotka.com/2014/07/22/cucumber-jvm-with-maven-in-minutes/ > > On Thu, Oct 15, 2015 at 4:23 PM, Kashif BHATTI > wrote: > >> Hello, >&g

Re: [m2e-users] Running Cucumber project created with JAVA using ECLIPSE

2015-10-16 Thread Kashif BHATTI
html > > > On Fri, Oct 16, 2015 at 3:22 PM, Matthew Piggott > wrote: > >> This the m2e list, it is for the maven eclipse integration. The maven >> users list is probably somewhere off maven.apache.org >> >> On 16 October 2015 at 15:00, Kashif BHATTI wrote: >

Re: [m2e-users] Running Cucumber project created with JAVA using ECLIPSE

2015-10-16 Thread Kashif BHATTI
all of this is under src/main/java.. On Fri, Oct 16, 2015 at 2:20 PM, Kashif BHATTI wrote: > Maybe it could be that. Right now I have a parent package "cucumber" which > has the Runner class "CucumberRunnerTest.java" and a child package which > has the StepDefiniti

Re: [m2e-users] Running Cucumber project created with JAVA using ECLIPSE

2015-10-19 Thread Kashif BHATTI
ribooksonline. And of course the cucumber / bdd mailing lists at google > groups. > > [1] https://github.com/cucumber/cucumber-eclipse > [2] > http://www.amazon.com/The-Cucumber-Java-Book-Behaviour-Driven/dp/194193 > > > On Sat, Oct 17, 2015 at 1:23 AM, Kashif BHATTI

Re: [m2e-users] Running Cucumber project created with JAVA using ECLIPSE

2015-10-19 Thread Kashif BHATTI
ting to the Maven Eclipse >> plugin. >> >> On 19 October 2015 at 14:28, Kashif BHATTI wrote: >> >>> I actually did have the @RunWith in there...just forgot to paste it >>> here. Here is what my Step Definition class upper portion looks like: >>>

[m2e-users] Maven with Appium server command line flag to integrate with JAVA code

2016-05-12 Thread Kashif BHATTI
Hello, I have created a test automation Maven Project using Cucumber, and I usually run from the command line using the command "mvn test -Dcucumber.options="tags @iOS"I . I wanted to know if there is a way that in my JAVA code I can somehow link up that mvn test command and tell it that if the mv

[m2e-users] maven-cucumber-reporting for Travis CI

2016-08-29 Thread Kashif BHATTI
Hello everyone, I am running a Selenium JAVA test with maven and when I run the project as a Maven test it runs all the tests practically just fine. However there are two major issues that I need help with 1. at the end of every run I get this..no clue why: Tests run: 0, Failures: 0, Errors: 0,

Re: [m2e-users] maven-cucumber-reporting for Travis CI

2016-08-29 Thread Kashif BHATTI
guaranteed. Any other maven (reporting) list that you think may be able to help? Thanks. On Mon, Aug 29, 2016 at 3:13 PM, Matthew Piggott wrote: > Maybe ask the tracks CI people? This list is for maven integration in > eclipse > > On 29 Aug 2016 4:34 pm, "Kashif BHATTI" wrot