feat: added initial hurl tests
This commit is contained in:
parent
eb126d5350
commit
134a0dcac0
5 changed files with 33 additions and 0 deletions
11
tests/01-download-localhost.hurl
Normal file
11
tests/01-download-localhost.hurl
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# download single file
|
||||
GET http://localhost:5050/downloads
|
||||
|
||||
# download directory as archive
|
||||
GET
|
||||
|
||||
# download single file using plugins
|
||||
|
||||
# download directory as archive using plugins
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue