eykrehbein / strest

⚡️ CI-ready tests for REST APIs configured in YAML
MIT License
1.74k stars 59 forks source link

Added support for sending files and form data. #100

Open shrikster opened 5 years ago

shrikster commented 5 years ago

This PR solves issue #23. Adds support for sending form data , and files . using a module called form-data I have added support for referencing files in the yml - File(...) I have added a new data type called form I have added a test file in the tests/success I have update the readme file

jgroom33 commented 5 years ago

Very nice. Maybe point the readme at that image file.

jgroom33 commented 5 years ago

@shrikster you might want implement this after #94 is complete. Take a look at the develop branch

jgroom33 commented 5 years ago

@shrikster can you resolve conflicts and resubmit. The new model has better handling using the har format with mimeType

eimerreis commented 5 years ago

@shrikster can you resolve the conflicts? Otherwise I could take over, because I’d really love to have form data support 🔥