optimusTemplate icon indicating copy to clipboard operation
optimusTemplate copied to clipboard

Enquiry: Integration with Jenkins

Open sarathsp23 opened this issue 4 years ago • 2 comments

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

sarathsp23 avatar Jan 31 '20 05:01 sarathsp23

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.

KrishnB avatar Feb 01 '20 13:02 KrishnB

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.

sarathsp23 avatar Feb 04 '20 23:02 sarathsp23