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
The first command you can run e.g. on a server where PScribo and Format-Pester is not installed. The tests results will be stored in a file as xml representation of object.
80
+
81
+
After copy the file to the computer where PScribo and Format-Pester are available you can generate report. The html file will be generated with results of failed tests only.
82
+
74
83
.LINK
75
84
https://github.com/equelin/Format-Pester
85
+
86
+
.LINK
87
+
https://github.com/iainbrighton/PScribo
76
88
77
89
.NOTES
78
90
Initial author: Erwan Quelin
@@ -84,10 +96,7 @@ Function Format-Pester {
84
96
LICENSE
85
97
Licensed under the MIT License - https://github.com/equelin/Format-Pester/blob/master/LICENSE
86
98
87
-
TODO
88
-
- Pester test need to be updated - yes, post factum TDD ;-)
0 commit comments