Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(http executor): Deal with binary response #195

Closed
lmolas opened this issue Jun 20, 2019 · 2 comments · Fixed by #323
Closed

feat(http executor): Deal with binary response #195

lmolas opened this issue Jun 20, 2019 · 2 comments · Fixed by #323

Comments

@lmolas
Copy link

lmolas commented Jun 20, 2019

I would like to have a base64 body in the Result struct in order to facilitate use of binary responses.

@nqb
Copy link
Contributor

nqb commented Aug 26, 2020

+1

@yesnault
Copy link
Member

available in next release > 0.28.0

name: HTTP testsuite
vars:
  input: "this my input"

testcases:
- name: get http testcase
  steps:
  - type: http
    method: GET
    url: https://eu.api.ovh.com/1.0/
    info: foo {{.result.bodyjson | b64enc}}
    assertions:
    - result.body ShouldContainSubstring /dedicated/server

yesnault added a commit that referenced this issue Nov 21, 2020
close #248
close #238
close #195

Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
yesnault added a commit that referenced this issue Nov 23, 2020
* feat: argument as environment variables

close #238
close #195

Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants