CI CD Pipeline

Hi Team

I am following the link:

https://github.com/sidd-harth/apigee-cicd

for acheiving the CI /CD pipeline. I am not using all tools but using GIT,JENKINS, MAVEN, APICKLI, CUCUMBER and SLACK.

Can someone please help me in getting the below details of APICKLI.

-- How APICKLI is actually testing and what do i need to configure in JENKINS for apickli.

-- Also how APICKLI is sending data to Cucumber.

-- How reports.json got generated and which folder do i need to save the json file.

Thanks

Pratyush

0 1 229
1 REPLY 1

You should refer to the pipeline file, specifically the Integration test stage (lines 72, 73)

https://github.com/sidd-harth/apigee-cicd/blob/master/Jenkinsfile

You should also review the files contained in the integration test directory (as referenced to from the jenkins file). This contains the apickli js file, and has the package.json

https://github.com/sidd-harth/apigee-cicd/tree/master/test/integration

The reports generation is also in the Jenkins file, within the finally block of the integration test stage.