I'm trying to enforce independence between protractor tests within a spec. To detect whether or not tests are depending on a state introduced by an previous test, I would like to run those tests in random order.
Is there a way to tell protractor the order of tests can be randomized?
I found a feature request for Jasmine at pivotaltracker