fix: step name with parameterize mechanism

This commit is contained in:
xucong053
2022-06-30 21:00:38 +08:00
parent 189a53fca1
commit 4666d14aa5
4 changed files with 19 additions and 5 deletions

View File

@@ -31,7 +31,7 @@
},
"teststeps": [
{
"name": "get with params",
"name": "get with user: $username",
"variables": {
"foo1": "$username",
"foo2": "$password",

View File

@@ -20,7 +20,7 @@ config:
verify: False
teststeps:
- name: get with params
- name: "get with user: $username"
variables:
foo1: $username
foo2: $password