You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,8 @@ match your environment.
115
115
| $PSBPreference.Test.CodeCoverage.OutputFile |`coverage.xml`| Output file path (relative to Pester test directory) where Pester will save code coverage results to |
116
116
| $PSBPreference.Test.CodeCoverage.OutputFileFormat |`$null`| Test output format to use when saving Pester code coverage results |
117
117
| $PSBPreference.Test.ImportModule |`$false`| Import module from output directory prior to running Pester tests |
118
+
| $PSBPreference.Test.SkipRemainingOnFailure |`None`| Skip remaining tests after failure for selected scope. Options are None, Run, Container and Block. |
119
+
| $PSBPreference.Test.OutputVerbosity |`Detailed`| Set verbosity of output. Options are None, Normal, Detailed and Diagnostic. |
118
120
| $PSBPreference.Help.UpdatableHelpOutDir |`$OutDir/UpdatableHelp`| Output directory to store update module help (CAB) |
119
121
| $PSBPreference.Help.DefaultLocale |`(Get-UICulture).Name`| Default locale used for help generation |
120
122
| $PSBPreference.Help.ConvertReadMeToAboutHelp |`$false`| Convert project readme into the module about file |
0 commit comments