HtmlReporterV2: Show details of failures as soon as they occur

This commit is contained in:
Steve Gravrock
2025-10-14 21:49:33 -07:00
parent 4663280528
commit 10bc655622
3 changed files with 26 additions and 4 deletions

View File

@@ -71,6 +71,7 @@ jasmineRequire.HtmlReporterV2 = function(j$) {
this.#failures.rootEl
);
this.#container.appendChild(this.#htmlReporterMain);
this.#failures.show();
}
jasmineStarted(options) {