Didier Villevalois
08/16/2022, 9:49 PMjsTest or linuxX64Test compared to jvmTest. When they are ran in jvmTest, they are reported with their fully-qualified names (e.g. org.zeromq.sockets.PushPullTests), whereas, when ran from jsTest or linuxX64Test, they are reported with their simple class names (e.g. PushPullTests). Is there a way to fix the names on the JS and native targets to use the fully-qualified names?Emil Kantis
08/16/2022, 10:34 PMOliver.O
08/16/2022, 11:07 PMDidier Villevalois
08/17/2022, 6:32 AMEmil Kantis
08/17/2022, 6:38 AMDidier Villevalois
08/17/2022, 8:23 AMkotlin.test test is it reported with its qualified name, even on JS target. I am not sure where to look for how they do that though!Emil Kantis
08/17/2022, 8:29 AM