Skip to content

Commit e239ebb

Browse files
committed
. d reformatted code and updated markdown snippets
1 parent ec4f841 commit e239ebb

1 file changed

Lines changed: 33 additions & 1 deletion

File tree

approvaltests/docs/how_to/ConfigureReporters.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,39 @@ Lastly, it is possible to set the `APPROVAL_TESTS_USE_REPORTER` environment vari
9090

9191
The environment variable can take any combination of the following values. Multiple values should be separated by a comma, without whitespace.
9292

93-
snippet: EnvironmentVariableReporterTest.testValidEnvironmentalValues.approved.txt
93+
<!-- snippet: EnvironmentVariableReporterTest.testValidEnvironmentalValues.approved.txt -->
94+
<a id='snippet-EnvironmentVariableReporterTest.testValidEnvironmentalValues.approved.txt'></a>
95+
```txt
96+
AraxisMergeReporter
97+
AutoApproveReporter
98+
AutoApproveWhenEmptyReporter
99+
BeyondCompareReporter
100+
ClipboardReporter
101+
CodeCompareReporter
102+
DelayedClipboardReporter
103+
DiffMergeReporter
104+
DiffReporter
105+
FileCaptureReporter
106+
ImageReporter
107+
ImageWebReporter
108+
IntelliJReporter
109+
JunitReporter
110+
KDiff3Reporter
111+
KaleidoscopeDiffReporter
112+
MeldMergeReporter
113+
P4MergeReporter
114+
PitReporter
115+
QuietReporter
116+
TestNgReporter
117+
TextWebReporter
118+
TkDiffReporter
119+
TortoiseDiffReporter
120+
VisualStudioCodeReporter
121+
WinMergeReporter
122+
WindowsDiffReporter
123+
```
124+
<sup><a href='/approvaltests-tests/src/test/java/org/approvaltests/reporters/EnvironmentVariableReporterTest.testValidEnvironmentalValues.approved.txt#L1-L27' title='Snippet source file'>snippet source</a> | <a href='#snippet-EnvironmentVariableReporterTest.testValidEnvironmentalValues.approved.txt' title='Start of snippet'>anchor</a></sup>
125+
<!-- endSnippet -->
94126

95127
For example, setting `APPROVAL_TESTS_USE_REPORTER=AutoApproveReporter` allows you to approve all pending changes at once
96128
without modifying the source code and rebuilding the code to temporarily choose a different reporter. Similarly, setting

0 commit comments

Comments
 (0)