Include an example of running just the feature tests.

This commit is contained in:
Dave Page 2017-04-07 12:37:00 +01:00
parent 3dba7d8303
commit de80545400

View File

@ -140,6 +140,9 @@ Python Tests:
Example 2) Run test framework for 'database' package
run 'python runtests.py --pkg browser.server_groups.servers.databases'
Example 3) Run feature tests
run 'python runtests.py --pkg feature_tests
- Execute test framework for single node at a time
Example 1) Run test framework for 'browser' node