Valentin Despa

Results 24 comments of Valentin Despa

Instead of Text, try selecting JSON. See if the JSON is valid.

@MarWestermann Thank you, but this does not really help. Each version has it's own artefact and they are currently linked in the composer.json as dist. There is no folder where...

@MarWestermann Thank you for your detailed explanation. I have a CI server which builds the artifacts and stores them in an artifact repository (Artifactory). Additionally the CI server job modifies...

It looks like using a satis configuration like: ``` { "type": "artifact", "url": "https://someserver/artifactory/some-path/" }, ``` will not work, as satis will try to interpret the url as a local...

I haven't seen anything documented. What works and which params did you use @demyan112rv ?

@shamasis > So, what are the use cases or jobs that we want to do here where overdriving collection variables appear to be a solution? I am looking at this...

@universalhandle Thanks for sharing your use case. I don't think you need the extra code in the pre-request script since data variables will override any existing collection variables. Correct me...

Got it, @universalhandle Have you tried using `pm.variables.get()` which is supposed to fetch a variable according to the current scope?

Yes, it looks that Newman is not waiting for the callback and terminating the execution. When enabling HTTP debugging I can see that the request is being sent. I had...