有没有办法在模拟中配置Gatling?我尝试从Scala中设置lowerBound和higherBound。我想出了如何覆盖它:
if (count($images) > 0) {
$img = $images[0];
$img = str_replace("../","", $img);
echo "<a href='acco.php'>
<div>
<div>
<img src='$img'>
</div>"; //<----- SEMI COLON HERE
}
但我只想添加两个属性。
答案 0 :(得分:1)
不,为时已晚:配置在模拟之前加载。