mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-02 22:39:42 +08:00
change: rename demo empty project
This commit is contained in:
3
examples/demo-empty-project/.env
Normal file
3
examples/demo-empty-project/.env
Normal file
@@ -0,0 +1,3 @@
|
||||
base_url=https://postman-echo.com
|
||||
USERNAME=debugtalk
|
||||
PASSWORD=123456
|
||||
14
examples/demo-empty-project/.gitignore
vendored
Normal file
14
examples/demo-empty-project/.gitignore
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
reports/
|
||||
*.so
|
||||
.vscode/
|
||||
.idea/
|
||||
.DS_Store
|
||||
output/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.python-version
|
||||
logs/
|
||||
|
||||
# plugin
|
||||
debugtalk.bin
|
||||
debugtalk.so
|
||||
0
examples/demo-empty-project/har/.keep
Normal file
0
examples/demo-empty-project/har/.keep
Normal file
6
examples/demo-empty-project/proj.json
Normal file
6
examples/demo-empty-project/proj.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"project_name": "demo-empty-project",
|
||||
"project_path": "/Users/debugtalk/MyProjects/HttpRunner-dev/httprunner/examples/demo-empty-project",
|
||||
"create_time": "2022-05-28T12:05:34.37753+08:00",
|
||||
"hrp_version": "v4.1.0-beta"
|
||||
}
|
||||
25
examples/demo-empty-project/testcases/requests.json
Normal file
25
examples/demo-empty-project/testcases/requests.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"config": {
|
||||
"name": "request methods testcase: empty testcase",
|
||||
"variables": null,
|
||||
"verify": false
|
||||
},
|
||||
"teststeps": [
|
||||
{
|
||||
"name": "",
|
||||
"variables": null,
|
||||
"request": {
|
||||
"method": "GET",
|
||||
"url": "https://"
|
||||
},
|
||||
"validate": [
|
||||
{
|
||||
"check": "status_code",
|
||||
"assert": "equal",
|
||||
"expect": 200,
|
||||
"msg": "check status_code"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user