Using `4.3.1`, and notice that when running tests ...
# kotest
b
Using
4.3.1
, and notice that when running tests in maven and one fails, I only get the string from the bottom-most
should
in the report, which makes it ambiguous. Is there a way to get the entire test "path" string to show up there? I.e. the stuff from the surrounding
context
blocks?
s
Limitation of junit I'm afraid
👍 1
s