apigee / apigeecli

This is a tool to interact with Apigee APIs. The tool lets you manage (create, del, get, list) environments, proxies, etc.
Apache License 2.0
51 stars 29 forks source link

apigee_cli with test verification #455

Open koga021 opened 4 months ago

koga021 commented 4 months ago

Suggestion

Hi Goog morning. I would like to make a suggestion regarding the configurations test. I don`t know if there are any tools specifically for testing xml generated. For example, with Terraform: https://developer.hashicorp.com/terraform/cli/commands/test

1 Create the configuration 2 Run the command to test

Test coverage

The test will be able to provide an idea about testing the xml structure and validating the configuration of Apigee.

Thank you