Hi all,

I have added a builder to our CI system that runs our tests with runOrder
set to random in order to expose hidden dependencies between tests. Is there
currently any means of capturing the order that was used, and then replaying
that order back? For example, if the CI builder exposes a problem, it would
be great to be able to reproduce the problem by repeating the test order in
a development environment, fix the test, and then run in the same order to
validate the fix.

Thanks!

    -- Josh

Reply via email to