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)

--
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/54941D64.5090900%40teilo.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to