Revision: 4582
Author: [email protected]
Date: Wed Feb  2 03:28:59 2011
Log: Document --test long names
http://code.google.com/p/robotframework/source/detail?r=4582

Modified:
 /trunk/doc/userguide/src/ExecutingTestCases/ConfiguringExecution.txt

=======================================
--- /trunk/doc/userguide/src/ExecutingTestCases/ConfiguringExecution.txt Wed Sep 22 02:30:53 2010 +++ /trunk/doc/userguide/src/ExecutingTestCases/ConfiguringExecution.txt Wed Feb 2 03:28:59 2011
@@ -36,9 +36,14 @@
   --test Example
   --test mytest --test yourtest
   --test example*
+  --test mysuite.mytest
+  --test *.suite.mytest
   --suite example-??
   --suite mysuite --test mytest --test your*

+.. note:: Selecting test cases using long name (e.g. :name:`mysuite.mytest`)
+          works with Robot Framework 2.5.6 and newer.
+
 Using the :opt:`--suite` option is more or less the same as executing only
 the appropriate test case file or directory. One major benefit is the
 possibility to select the suite based on its parent suite. The syntax

Reply via email to