Testing Apigee X Api from Gitlab

Hi Google Community,

Can you please provide me the guidance to integrate APIGEE API testing stage to test the deployed APIs in APIGEE X from the Gitlab pipeline.

Currently I use Gitlab for version control and deployment purposes. I want some approach or any testing tool suggestion by using which the pipeline automatically triggers the testing stage from Gitlab itself after the code is deployed in ApigeeX. Within the testing stage I believe the stage should be able to retrieve credentials(oauth, api key), payloads,Headers and endpoints from the Drupal Portal and then perform the testing.
Instead of using Postman App and manual filling the details I am looking if I can automate the complete process.

Thanks
Sanghita

Hello @Sanghita_Chakraborty ,

How did you create the pipeline referenced, we have an example here: Christophe Lalevee / Apigee-Simple-Gitlab_CI-Pipeline-v2 ยท GitLab which covers unit/integration/behavioral driven testing I would recommend reviewing (and it covers most of what you are looking for)

Thanks
Matt