feat: data-driven.

This commit is contained in:
徐聪
2022-01-04 20:34:43 +08:00
parent 42b2e7d91e
commit 380f70bb1a
6 changed files with 98 additions and 67 deletions

View File

@@ -9,8 +9,11 @@
"username-password": "${parameterize(examples/account.csv)}"
},
"parameters_setting": {
"strategy": "random",
"iteration": 1
"strategy": [
"random",
"sequential"
],
"iteration": 10
},
"variables": {
"app_version": "v1",