fix(接口自动化): 去除场景级别csv,保留循环内。
This commit is contained in:
parent
68256ca9fa
commit
be1722f7b7
|
@ -87,7 +87,7 @@ public class MsScenario extends MsTestElement {
|
|||
}
|
||||
// 场景变量和环境变量
|
||||
tree.add(arguments(config));
|
||||
this.addCsvDataSet(tree, variables);
|
||||
//this.addCsvDataSet(tree, variables);
|
||||
this.addCounter(tree, variables);
|
||||
this.addRandom(tree, variables);
|
||||
if (CollectionUtils.isNotEmpty(hashTree)) {
|
||||
|
|
Loading…
Reference in New Issue