Re: specify test execution order through a property?
David Saff <[email protected]> Thu, 6 Mar 2014 14:56:42 -0800
| Newsgroups | gmane.comp.java.junit.user |
|---|---|
| Message-ID | <CALrw-PycpK3bintJNiQ+6_kG9f_LQOjCRV79gx4GN6JTz+B14Q@mail.gmail.com> |
We could certainly use a --sorter command-line option to parallel the --filter option, which would do the trick, but it's not currently implemented. David Saff On Sun, Mar 2, 2014 at 11:45 AM, Noel Yap <[email protected]> wrote: > > > I'd like to be able to specify the test execution order (to be random) > across all our tests without having to annotate all the tests. Is this > possible? > > Thanks, > Noel > > >