Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/articles/nunit/running-tests/NUnitLite-Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The NUnitLite runner is invoked by executing the test program. If desired, any o
| `--timeout=MILLISECONDS` | Set timeout for each test case in MILLISECONDS. |
| `--seed=SEED` | Set the random SEED used to generate test cases. |
| `--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. |
| `--mainthread` | Causes tests to run in the main application thread. Will cause `--workers` to be ignored. (_NUnitLite 4.6+_) |
| `--stoponerror` | Stop run immediately upon any test failure or error. |
| `--wait` | Wait for input before closing console window. |
| `--work=PATH` | PATH of the directory to use for output files. If not specified, defaults to the current directory. |
Expand Down
Loading