Skip to content

Commit dcf3f68

Browse files
committed
better output
1 parent 0a0dcc9 commit dcf3f68

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/run.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,11 @@ async function testEnd2End() {
9797
console.log("\n✅ Tests completed!");
9898
console.log("RESULTS:")
9999
console.log(results)
100+
} catch(e) {
101+
console.error("\n❌ Tests failed!");
102+
console.error(e);
103+
throw e;
100104
} finally {
101-
console.log("\n❌ Tests failed!");
102105
driver.quit();
103106
server.close();
104107
}

0 commit comments

Comments
 (0)