Skip to content

Commit 13cc385

Browse files
committed
Additional changes to functional test documentation
1 parent 259e9bc commit 13cc385

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AuthoringTests.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ The functional tests are built on NUnit 3, which is available as a set of NuGet
3838

3939
**Option 2:** Run `Scripts\RunFunctionalTests.bat` from CMD launched as Administrator.
4040

41-
#### Extra and Full Suite
41+
#### Selecting Which Tests are Run
4242

4343
By default, the functional tests run a subset of tests as a quick smoke test for developers. There are three mutually exclusive arguments that can be passed to the functional tests to change this behavior:
4444

4545
- `--full-suite`: Run all configurations of all functional tests
4646
- `--extra-only`: Run only those tests marked as "ExtraCoverage" (i.e. the tests that are not run by default)
4747
- `--windows-only`: Run only the tests marked as being Windows specific
4848

49-
**NOTE** `Scripts\RunFunctionalTests.bat` already uses some of these arguments. If you run the scripts using `RunFunctionalTests.bat` consider modifying the script to use these arguments rather than passing them as arguments to the script.
49+
**NOTE** `Scripts\RunFunctionalTests.bat` already uses some of these arguments. If you run the tests using `RunFunctionalTests.bat` consider locally modifying the script rather than passing these flags as arguments to the script.
5050

5151
### Mac
5252

@@ -113,7 +113,7 @@ as the base class, because NUnit treats namespaces like test suites, and we have
113113

114114
3. `TestsWithEnlistmentPerTestCase`
115115

116-
Derive from this class if you need a brand-new enlistment per test case. This is the most reliable, but also most expensive option.
116+
Derive from this class if you need a new enlistment created for each test case. This is the most reliable, but also most expensive option.
117117

118118
## Updating the Remote Test Branch
119119

0 commit comments

Comments
 (0)