move files to hrp

This commit is contained in:
debugtalk
2022-03-23 15:10:23 +08:00
parent fa80e70f63
commit 79c25fc475
125 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"config": {
"name": "reference testcase test",
"base_url": "https://postman-echo.com",
"variables": {
"os_platform": "ios"
}
},
"teststeps": [
{
"name": "run demo_httprunner.json",
"testcase": "examples/demo_httprunner.json",
"variables": {
"os_platform": "$os_platform"
}
}
]
}