Local Workspace that is able later to run in pipelines. #8393
-
|
Hello, I have used Insomnia a bit on the past days and today I wanted to see if I can do any ci/cd without sync. Being accustomed from Postman, I've exported the collection I wanted then installed inso locally but that didn't work... From what I understood this is not how inso is intended... My target is to try and run in pipeline, such as git or azure, a collection that is pure standalone, without any cloud sync, and get the results from the test. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi, After a newer approach over the issue, I did find out that the inso cli, executable, does work for exported collections, and quite good. With this I have some new questions to ask:
Thank you for your time, |
Beta Was this translation helpful? Give feedback.
-
|
Hi, Regarding your questions -
Thank you. |
Beta Was this translation helpful? Give feedback.
Hi,
Regarding your questions -
Linux download link - Could you try downloading once again and let us know if you still face any issues?
Alternatively, you can use the Docker image, which is a reliable cross-platform option: docker pull kong/inso:latest
You can download and extract inso cli as mentioned here - https://developer.konghq.com/inso-cli/
https://developer.konghq.com/inso-cli/continuous-integration/
Yes, inso run collection supports saving results to a JSON file using these flags: https://developer.konghq.com/inso-cli/reference/run_collection/
Thank you.