cypress-example-kitchensink icon indicating copy to clipboard operation
cypress-example-kitchensink copied to clipboard

Missing example for file request with cy.request()

Open shwarcu opened this issue 5 years ago • 0 comments

Example curl:

curl -X POST \
  https://localhost:8080/api/action/upload_file
  -H 'Authorization: Bearer some token' 
  -H 'Content-type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW'
  -F file=@/Users/Me/Documents/image.png

Is such action even supported? Could you please add an example of such request?

shwarcu avatar Feb 27 '20 10:02 shwarcu