specs2 has an option `sequential` that makes tests...
# general
m
specs2 has an option
sequential
that makes tests run serially, it seems though just putting
@RunWith(classOf[JUnitRunner])
is not enough to pick up the
sequential
? do I need to also pull in https://search.maven.org/#artifactdetails%7Corg.pantsbuild%7Cjunit-runner-annotations%7C0.0.14%7Cjar and put
@TestSerial
everywhere?