提交 2a5c5815 编写于 作者: Q q4speed

修复场景名称被改变的bug

上级 aad9d64a
......@@ -394,7 +394,9 @@ class JMXGenerator {
}
addScenarios(testPlan, scenarios) {
scenarios.forEach(scenario => {
scenarios.forEach(options => {
// clone
let scenario = new Scenario(options);
scenario.name = this.replace(scenario.name);
let threadGroup = new ThreadGroup(scenario.name || "");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册