mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +08:00
refactor: move hrp/ to root folder
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
config:
|
||||
name: "request methods testcase: empty testcase"
|
||||
variables:
|
||||
verify: False
|
||||
|
||||
teststeps:
|
||||
- name:
|
||||
variables:
|
||||
request:
|
||||
method: GET
|
||||
url: "https://"
|
||||
validate:
|
||||
- eq: ["status_code", 200]
|
||||
Reference in New Issue
Block a user