
16 May
2011
16 May
'11
10:16 p.m.
Thorsten Ottosen
Hi,
I know I can run a test by naming it on the command line or by creating an environment variable. However, I merely want a specific test to be run first to ease debugging, and then all the rest of the tests should be run.
Is this possible?
Put all the other test cases in test suite. If it does not help add dependency of this test suite on the test case. Gennadiy