Closed zifnab87 closed 7 years ago
@zifnab87 I have a sense of what the bug is here, probably related to #3.
Which version of Spectrum are you using? The fix to #3 hasn't landed in a release yet, it will be included with 1.1.0
.
Hi @greghaskins! I am using 1.0.2 :) Thanks!
1.1.0
should fix this. Please try it.
Please confirm that your issue is resolved @zifnab87
@greghaskins - I'm pretty sure this is fixed, shall we close this issue?
JUnit4 does weird things with parentheses and string parsing of test names. 1.1.0
included a fix that at least makes this readable in IDEs (by replacing/cleaning weird characters in test names). Not ideal, but it works. JUnit5 will be much nicer in this regard.
if I replace
latest()
withlatest
everything works fine!Thank you!