--list-test-names-and-sources documentation

This commit is contained in:
Cyberboss 2016-06-05 15:45:44 -04:00
parent 406e568d80
commit 8fd23466ba
1 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,7 @@ Click one of the followings links to take you straight to that option - or scrol
</br>
<a href="#list-test-names-and-sources"> ` --list-test-names-and-sources`</a><br />
<a href="#list-test-names-only"> ` --list-test-names-only`</a><br />
<a href="#listing-available-tests-tags-or-reporters"> ` --list-reporters`</a><br />
<a href="#order"> ` --order`</a><br />
@ -176,6 +177,12 @@ Provide the name of a file that contains a list of test case names - one per lin
A useful way to generate an initial instance of this file is to use the <a href="#list-test-names-only">list-test-names-only</a> option. This can then be manually curated to specify a specific subset of tests - or in a specific order.
<a id="list-test-names-and-sources"></a>
## Test names and source files
<pre>--list-test-names-and-sources</pre>
This option lists all available tests in a non-indented form on one line followed by it's source file and line number on the next line.
<a id="list-test-names-only"></a>
## Just test names
<pre>--list-test-names-only</pre>