migrate to htmlRunner

This commit is contained in:
Karl Seguin
2025-09-04 17:46:42 +08:00
parent 7fdc857326
commit 5af55f1d5d
11 changed files with 300 additions and 332 deletions

View File

@@ -42,6 +42,10 @@
expectEqual('an error', null);
}
function skip() {
_recordExecution();
}
// Should only be called by the test runner
function getStatus() {
// if we're already in a fail state, return fail, nothing can recover this
@@ -156,6 +160,7 @@
_eventually: [],
_executed_scripts: {},
_captured: null,
skip: skip,
getStatus: getStatus,
eventually: eventually,
expectEqual: expectEqual,