Github user cardil commented on the pull request:
https://github.com/apache/maven-surefire/pull/112#issuecomment-210342842
@Tibor17 Yes. Actually, I started development in that way. For example:
`-DrunOrder=random:123456`. But, that lead to some dirty code because
`RunOrder` is a enum
Unregister from the list please thanks :)
El 14/4/2016 10:19 p. m., "cardil" escribió:
GitHub user cardil opened a pull request:
https://github.com/apache/maven-surefire/pull/112
Adding support for externally passed random seed and printing used seed
on console
It's good practice t
Github user Tibor17 commented on the pull request:
https://github.com/apache/maven-surefire/pull/112#issuecomment-210156799
@cardil Would it be possible without adding a new config parameter
random-seed?
---
If your project is set up for it, you can reply to this email and have your
GitHub user cardil opened a pull request:
https://github.com/apache/maven-surefire/pull/112
Adding support for externally passed random seed and printing used seed on
console
It's good practice to execute tests in random order. That ensures tests are
atomic and not depend on each o