tvarchive / optimusTemplate

This is a cucumber jvm implementation template using the optimus mobile automation framework. If you like it, star it, help spread the word.

Home Page:http://docs.testvagrant.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enquiry: Integration with Jenkins

sarathsp23 opened this issue · comments

Hi ,
Can I integrate the project with Jenkins and have the reports generated and published for Jenkins or any CI/CD tool?

Yes you can, please use the gradle command in the yml file or job command ./gradlew runDistribution - DtestFeed=<yourtestfeedname> Reports will be generated in builds/reports/cucumber folder, which can be added as an artifact to the job.

The issue have been noticing is that (this is also for the local instance as well), if the Mongo db is not up and running , it is not able to start the mongo and the framework just gets stuck indefinitely.