We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0324bd commit 8e013feCopy full SHA for 8e013fe
src/TestResult.php
@@ -50,7 +50,7 @@ private function parseOutput(): void
50
private function parseMainMetrics(): void
51
{
52
// Duration
53
- if (preg_match('/Duration:\s+([\d.]+s)/', $this->rawOutput, $matches)) {
+ if (preg_match('/Duration:\s+([^\n]+)/', $this->rawOutput, $matches)) {
54
$this->parsedResults['duration'] = $matches[1];
55
}
56
0 commit comments