fix: step name with parameterize mechanism

This commit is contained in:
xucong053
2022-06-30 21:00:38 +08:00
parent eb331e8309
commit 14dc566eea
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