mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 18:11:21 +08:00
fix: step name with parameterize mechanism
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
},
|
||||
"teststeps": [
|
||||
{
|
||||
"name": "get with params",
|
||||
"name": "get with user: $username",
|
||||
"variables": {
|
||||
"foo1": "$username",
|
||||
"foo2": "$password",
|
||||
|
||||
@@ -20,7 +20,7 @@ config:
|
||||
verify: False
|
||||
|
||||
teststeps:
|
||||
- name: get with params
|
||||
- name: "get with user: $username"
|
||||
variables:
|
||||
foo1: $username
|
||||
foo2: $password
|
||||
|
||||
Reference in New Issue
Block a user