-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Currently, there is no way to access test results.
Something like this is needed:
public var success(default,null):Bool;
public getFailures():FailuresData;maybe as an addition to utest.ui.common.IReport
Requested here:
#if js
static function nodejsMain() {
main();
(untyped process).exit(Test.success ? 0 : 1);
}
#end
I couldn't immediately find how to get the success state of the tests.
(quote from HaxeFoundation/haxe#7901 (comment))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels