Skip to content

Commit 8c40593

Browse files
committed
Update ReadMe with info on running tests multithreaded.
1 parent 92e2ca1 commit 8c40593

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ For running tests outside of the SeleniumBase repo with **Nosetests**, you'll wa
163163

164164
If you want to pass additional data from the command line to your tests, you can use ``--data=STRING``. Now inside your tests, you can use ``self.data`` to access that.
165165

166+
To run Pytest multithreaded on multiple CPUs at the same time, add ``-n NUM`` on the command line, where NUM is the number of CPUs you want to use.
166167

167168
<a id="creating_visual_reports"></a>
168169
### ![http://seleniumbase.com](https://cdn2.hubspot.net/hubfs/100006/images/super_logo_tiny.png "SeleniumBase") **Creating Visual Test Suite Reports:**

0 commit comments

Comments
 (0)