Comment #1 on issue 329 by pekka.klarck: Execution order and prioritisation for tags
http://code.google.com/p/robotframework/issues/detail?id=329

Would you like to organize all test cases or just test cases in a single file? The former can already done by executing tests with different priority separately using
--include and --exclude options. Sorting all tests at run time would also be
problematic because tests in one suite often share the same suite setup/teardown and
should thus be executed together.

Sorting tests inside one test case file (i.e. lowest level suite) is currently not possible but it could, indeed, be implemented based on tags. Probably that could be a new sub-option to --RunMode which already has options to randomize the execution order.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to