You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/articles/nunit/running-tests/NUnitLite-Options.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ The NUnitLite runner is invoked by executing the test program. If desired, any o
12
12
|`--timeout=MILLISECONDS`| Set timeout for each test case in MILLISECONDS. |
13
13
|`--seed=SEED`| Set the random SEED used to generate test cases. |
14
14
|`--workers=NUMBER`| Specify the NUMBER of worker threads to be used in running tests. If not specified, defaults to 2 or the number of processors, whichever is greater. |
15
+
|`--mainthread`| Causes tests to run in the main application thread. Will cause `--workers` to be ignored. (_NUnitLite 4.6+_) |
15
16
|`--stoponerror`| Stop run immediately upon any test failure or error. |
16
17
|`--wait`| Wait for input before closing console window. |
17
18
|`--work=PATH`| PATH of the directory to use for output files. If not specified, defaults to the current directory. |
0 commit comments