Test Results for $buildName "; ?>

Test Results

Extra results and logs
read()) { if ($anEntry != "." && $anEntry != ".." && $anEntry != "consolelogs" && $anEntry != "html" && $anEntry != "xml") { if (is_dir($anEntry)) { $link = "testResults/".$anEntry."/results/index.php"; echo "

$anEntry

\n"; } else { // assume is file $path_parts = pathinfo($anEntry); $file_extension = $path_parts['extension']; if (isset($path_parts['filename'])) { $linkname = $path_parts['filename']; } else { $linkname = $anEntry; } $link = $anEntry; if ("html" === $file_extension || "php" === $file_extension) { echo "

" . $linkname . "


\n"; } } } } } ?>
Unit Test Results for
%testresults%
Test Suite Errors & Failures Total Tests Total Time (s)


Console output logs

These logs contain the console output captured while running the JUnit automated tests.