Forum Discussion

kesava's avatar
kesava
Occasional Visitor
7 years ago

Is Test Complete+Cucumber+Maven+Jenkins integration possible?

Hi Everyone,

 

I'm integrated Test Complete and Cucumber(Used Maven Framework) as of now.

Now I want to integrate this combination with Jenkins.

I know that Test Complete can be integrated directly with Jenkins

but did identified a way to successfully integrate this combination Test Complete + Cucumber + Maven + Jenkins.

Please let me know

3 Replies

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    TestComplete executes the tests, Jenkins schedules the execution as I understand it.  So, if you can run Cucumber/Maven tests within TestComplete outside of Jenkins, you should be able to have Jenkins kick them off.  

  • akhilarsh's avatar
    akhilarsh
    New Contributor

    Yes, Its possible to do the integration. Create a maven project in jenkins and configure Build section:

    Root POM  = pom.xml location 

    Goals and options = cucumber execution command (example: -e clean test -Dcucumber.options="--tags @$tag")  

  • Could you please share you experience in integrating TC and Cucumber?