I'm working in an Angular Project that is tested with Karma/Jasmine. Angular tests, by default, run in a randomized order, which may result a test failing if ran in a certain order.
I've noticed that in my browser runner, it displays the randomized seed that the tests were ran with.
When running tests, can I specify this seed, so that I can test the same order more than once? (And so I can pass this seed to others to show in what order their tests fail).
This question is solved, I don't know why it's "Closed. This question needs details or clarity."