Replies: 1 comment 2 replies
-
Thanks @vsukhin - Postman-cloud has the possibility to automatically push updated collections to a github repository - so that is one way to achieve this - together with a tool like ArgoCD that would then sync these collections as scripts to the cluster containing TestKube. Another approach could be for the postman script to contain a reference to the collection in postman-cloud (instead of the collection itself) and pull it from there one execution (via the postman-cloud REST API) - this would require the user to provide a corresponding access token (stored in a secret?) for these API calls!? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In a company with multiple developers and hunderds of api methods postman collections can be updated quite frequently, including different testing env. Exporting/importing them each time can be really inconvinient and most probably they will be not synced most of the time. Add sync process either before script execution or on some schedule, ideally on webhooks if postman supports them
Beta Was this translation helpful? Give feedback.
All reactions