You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ inso run collection -w ~/simple.yaml -e env_2eecf85b7f wrk_0702a5
When Above command is ran , it reads all variables from this Environment File env_2eecf85b7f , While Request are processed the values are updated in the same Environment File Ex: Insomnia.environment.set("track",track) , we should get the latest values as we did Insomnia.environment.set
Expected Behavior
Request 2 ( GET /a1/Init/track) -> The track should have value
Actual Behavior
Request 2 ( GET /a1/Init/track) -> The track value is empty
Reproduction Steps
I am using Insomnia Inso CI to execute the collection $ inso run collection -w ~/simple.yaml -e env_2eecf85b7f wrk_0702a5
There are two request in My collection.
Request 1 ( POST /A1/Init )
Request 2 ( GET /a1/Init/track)
I am using the JSON response value from Request 1 in Request 2 and it not working via CLI , When Ran using UI it works fine.
In Request 1, I have used insomnia.environment.set("track",track) in After response and When use this variable In Request 2, the value is not updated, the old value is shown instead of updated value
Summary
$ inso run collection -w ~/simple.yaml -e env_2eecf85b7f wrk_0702a5
When Above command is ran , it reads all variables from this Environment File env_2eecf85b7f , While Request are processed the values are updated in the same Environment File Ex: Insomnia.environment.set("track",track) , we should get the latest values as we did Insomnia.environment.set
Expected Behavior
Request 2 ( GET /a1/Init/track) -> The track should have value
Actual Behavior
Request 2 ( GET /a1/Init/track) -> The track value is empty
Reproduction Steps
I am using Insomnia Inso CI to execute the collection
$ inso run collection -w ~/simple.yaml -e env_2eecf85b7f wrk_0702a5
There are two request in My collection.
I am using the JSON response value from Request 1 in Request 2 and it not working via CLI , When Ran using UI it works fine.
In Request 1, I have used insomnia.environment.set("track",track) in After response and When use this variable In Request 2, the value is not updated, the old value is shown instead of updated value
Is there an existing issue for this?
Which sync method do you use?
Additional Information
No response
Insomnia Version
10.0.0
What operating system are you using?
Windows
Operating System Version
Windows 10
Installation method
Downloaded from Insomnia
Last Known Working Insomnia version
NA
The text was updated successfully, but these errors were encountered: