@@ -1391,13 +1391,13 @@ The "nyan" reporter is exactly what you might expect:
13911391
13921392### TAP
13931393
1394- The TAP reporter emits lines for a [ Test-Anything-Protocol] [ ] consumer.
1394+ The " TAP" reporter emits lines for a [ Test-Anything-Protocol] [ ] consumer.
13951395
13961396![ test anything protocol] ( images/reporter-tap.png?withoutEnlargement&resize=920,9999 ) {: class ="screenshot" lazyload="on"}
13971397
13981398### Landing Strip
13991399
1400- The Landing Strip (` landing ` ) reporter is a gimmicky test reporter simulating a plane landing :) unicode ftw
1400+ The Landing Strip (" landing" ) reporter is a gimmicky test reporter simulating a plane landing :) unicode ftw
14011401
14021402![ landing strip plane reporter] ( images/reporter-landing.png?withoutEnlargement&resize=920,9999 ) {: class ="screenshot" lazyload="on"}
14031403![ landing strip with failure] ( images/reporter-landing-fail.png?withoutEnlargement&resize=920,9999 ) {: class ="screenshot" lazyload="on"}
@@ -1488,7 +1488,7 @@ example, here is the Connect [test output][connect-test-output].
14881488
14891489### XUnit
14901490
1491- The ` xunit ` reporter is also available. It outputs an XUnit-compatible XML document, often applicable in CI servers.
1491+ The " xunit" reporter is also available. It outputs an XUnit-compatible XML document, often applicable in CI servers.
14921492
14931493By default, it will output to the console. To write directly to a file, use ` --reporter-options output=filename.xml ` .
14941494
@@ -1574,6 +1574,16 @@ mocha.setup({
15741574});
15751575```
15761576
1577+ Some available options:
1578+
1579+ ``` text
1580+ reporter {string|constructor} - Reporter** name or constructor.
1581+ ui {string} - Interface name.
1582+ useColors {boolean} - Use color TTY output from reporter?
1583+ ```
1584+
1585+ \*\* Available built in reporters that can be referenced by name [ here] ( #reporters ) , and recommended reporters for the browser [ here] ( #reporting ) .
1586+
15771587### Browser-specific Option(s)
15781588
15791589The following option(s) _ only_ function in a browser context:
@@ -1582,7 +1592,7 @@ The following option(s) _only_ function in a browser context:
15821592
15831593### Reporting
15841594
1585- The "HTML" reporter is what you see when running Mocha in the browser. It looks like this:
1595+ The "HTML" reporter is the default reporter when running Mocha in the browser. It looks like this:
15861596
15871597![ HTML test reporter] ( images/reporter-html.png?withoutEnlargement&resize=920,9999 ) {: class ="screenshot" lazyload="on"}
15881598
0 commit comments