Skip to content

Commit baa40b4

Browse files
committed
view output of test
1 parent d3f12ad commit baa40b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/VoltTestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function testVoltTest()
2929
$scenario1->step("Step 1")->get('https://www.google.com');
3030
$scenario2 = $voltTest->scenario("Test Scenario 2")->setWeight(90);
3131
$scenario2->step("Step 1")->get('https://www.google.com');
32-
$result = $voltTest->run();
32+
$result = $voltTest->run(true);
3333
$this->assertNotEmpty($result->getRawOutput(), "Raw output is empty");
3434
$this->assertGreaterThan(0, $result->getDuration(), "Duration is not greater than 0");
3535
$this->assertGreaterThan(0, $result->getAvgResponseTime(), "Average response time is not greater than 0");

0 commit comments

Comments
 (0)