diff --git a/docs/configuration.md b/docs/configuration.md index b024b2fd..1d5255e9 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -8,6 +8,7 @@ [Console width](#console-width)
[stdout](#stdout)
[Fallback stringifier](#fallback-stringifier)
+[Default reporter](#default-reporter)
[Other toggles](#other-toggles)
[Windows header clutter](#windows-header-clutter)
[Enabling stringification](#enabling-stringification)
@@ -88,6 +89,16 @@ _Note that if the provided function does not handle a type and this type requires to be stringified, the compilation will fail._ +## Default reporter + +Catch's default reporter can be changed by defining macro +`CATCH_CONFIG_DEFAULT_REPORTER` to string literal naming the desired +default reporter. + +This means that defining `CATCH_CONFIG_DEFAULT_REPORTER` to `"console"` +is equivalent with the out-of-the-box experience. + + ## Other toggles CATCH_CONFIG_COUNTER // Use __COUNTER__ to generate unique names for test cases