Aiszan / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

Eclipse test result order #435

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
As a web developer, I would like to see the results of the executed tests to be 
either a) same order as in the JS file or b) alphabetical.

I do not mean the actual running of the tests, as order should not matter. I 
simply mean the reporting of the results.

For example, I generally name tests in the format "test<method name>_<what im 
testing for>" ( e.g. testExecute_AddsClickEvent ).

In my JS file, if I have tests in this order:

testFormatName_NoNameProvided
testExecute_DoSomething1
testExecute_DoSomething2

In the results list, in Eclipse, I see something like:

testExecute_DoSomething2
testFormatName_NoNameProvided
testExecute_DoSomething1

Original issue reported on code.google.com by Nosferat...@gmail.com on 5 Jun 2013 at 5:19