In what order does Karma run its tests?

Viewed 6373

I'm running Karma tests through jenkins. Normally when a test fails it shows the test name and the number of the test but in some instances it just shows the number.

Does Karma run its tests in a particular order? Like alphabetically?

Below is a screenshot of my console output on jenkins.

enter image description here

2 Answers
Related