server functional tests use ServerTest class
Changing the test order for browser_test.rb is not the best idea in the scope of this feature. Implementing a ServerTest class that inherits from BrowserTest changing only the test order allows us to maintain behaviour for browser tests and still have a random order for server tests.
Showing
Please register or sign in to comment