feat: support api layer and global headers for testcase

This commit is contained in:
xucong053
2022-03-15 12:39:41 +08:00
parent 2585670030
commit ee679a7bc2
37 changed files with 907 additions and 135 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"
}
}
]
}