mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-07 08:27:35 +08:00
feat: create empty project by using hrp startproject #1280
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
config:
|
||||
name: "request methods testcase: empty testcase"
|
||||
variables:
|
||||
verify: False
|
||||
|
||||
teststeps:
|
||||
- name:
|
||||
variables:
|
||||
request:
|
||||
method: GET
|
||||
url: "https://"
|
||||
validate:
|
||||
- check: status_code
|
||||
assert: equal
|
||||
expect: 200
|
||||
msg: check status_code
|
||||
Reference in New Issue
Block a user