Skip to content

Commit 1b2e81c

Browse files
committed
Merge branch 'main' into 2025-01-28_runner_log
2 parents 4629828 + d4820bd commit 1b2e81c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/run.mjs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,12 @@ async function testEnd2End() {
9292
});
9393
results = await benchmarkResults(driver);
9494
// FIXME: validate results;
95+
console.log("\n✅ Tests completed!");
96+
} catch(e) {
97+
console.error("\n❌ Tests failed!");
98+
console.error(e);
99+
throw e;
95100
} finally {
96-
console.log("\nTests complete!");
97101
driver.quit();
98102
server.close();
99103
}

0 commit comments

Comments
 (0)