пятница, 19 декабря 2014 г., 15:43:25 UTC+3 пользователь James Nord написал: > > On 19/12/2014 12:21, melezhik wrote: > > > пятница, 19 декабря 2014 г., 15:14:49 UTC+3 пользователь James Nord > написал: >> >> >> >> On 19/12/2014 11:52, melezhik wrote: >> >> it would in future accept pull request to run other cucumber >>>> implementations >>>> >>> >> you are welcome! or course ... >> >> >> I fall into the same crowd as Kanstantin - in that I use the native >> launcher. >> >> > what do you mean? what crowd? > > > Sorry - it's an English colloquialism. I'm in the group of people that > just use the native launcher and grab the results - see original comment > below. > > "Usually everybody run cucumber from native packagers/tools and then just > grab test results in i.e. > https://wiki.jenkins-ci.org/display/JENKINS/Cucumber+Test+Result+Plugin" > > > > > >> Not quite true - I bundle the native launcher (cucumber-jvm) and all my >> code into a single executable jar - then use "java -jar myTests.jar <insert >> cucumber args here>"). >> > > So , you use cucumber-jvm and run "java -jar myTests.jar" through > jenkins? Did I get you right? > > > Yes. > We have a job that builds and packages the features and glue code (and > runs unit tests against the glue code) - then when we want to run the tests > against a system we just grab the specific binary we want from Jenkins and > then execute it with the normal cucumber args. > (we can also use the same single jar from outside Jenkins to test any > arbitrary installation) > >
that's fine James, that make a sense ... But what about those who want just to run features placed somewhere in a directory? this plugin may be interesting ... no packaging, no glue code, no converting into jar, no intermediate operations, just ... checkout from SCM into workspace using GIT/SVN plugin and run features as is ... , but I assume that there are many ways to do this , and java/cucumber-jvm approach match better for java oriented applications ... -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/3ada3d01-029a-4797-9485-680572d11773%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
