Upload file - no such file #707
-
Hi there! I wanted to upload jpeg file and inserted it as: This is how testcase looks like
|
Beta Was this translation helpful? Give feedback.
Answered by
ivan-velasco
Aug 1, 2023
Replies: 1 comment 1 reply
-
Try the following @mmfrxx name: Test
steps:
- type: http
method: POST
url: "{{.url}}"
path: ?format=file
multipart_form:
file: '@{{.venom.testsuite.workdir}}/file.jpeg'
info:
- "REQUEST body {{.result.request}}"
- "RESPONSE body {{.result.bodyjson}}"
assertions:
- result.statuscode ShouldEqual 200
- result.bodyjson.success ShouldEqual true |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mmfrxx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try the following @mmfrxx