Overriding FiberFailure in Test Runtime
I have a test Runtime that I use to execute my tests, but whenever there is a test failure it is just dumped to the console. Is there a way to override this
FiberFailure and extract a more meaningful message (for example in case of an assertion)?
