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
{{ message }}
This repository was archived by the owner on Jan 9, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -26,3 +26,4 @@ Gulp-Mstest has a few minor settings that determine what gets output to the cons
26
26
- Example: 'Passed 3/5'
27
27
- quitOnFailed: This causes gulp-mstest to use a gulp plugin error if any of the tests in a dll failed to pass. This is useful when there are multiple test packages that must run and you want to be notified as soon as one fails.
28
28
- If errorMessage or errorStackTrace are on, they will be output with the failed message
29
+
- language: if you mstest.exe is non-english, change your language (ie. language='fr'). see mstest to see available language.
0 commit comments