Closed GoogleCodeExporter closed 8 years ago
Just don't use `@Stepwise` then. Execution is sequential nevertheless. This
might change in case Spock itself ever gets some parallel execution support,
but for now you'll be fine.
Original comment by pnied...@gmail.com
on 24 Oct 2013 at 8:47
Thanks for the response. I didnt know that by default its sequential, since
spock uses Junit I though it is sorted alphabetically.
Original comment by menon1...@gmail.com
on 24 Oct 2013 at 8:54
Spock just uses JUnit as a means to integrate with tooling. Execution of a spec
is fully under Spock's control, and Spock does execute features in their
declared order.
Original comment by pnied...@gmail.com
on 24 Oct 2013 at 8:57
Original issue reported on code.google.com by
menon1...@gmail.com
on 24 Oct 2013 at 8:43