Replies: 1 comment 2 replies
-
It's not possible to merge them. You're running multiple instances of Pester not aware of eachother. You could disable output using e.g. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tested this code snippet to run Pester tests in parallel https://gist.github.com/stefanstranger/839044c5c5c146cb97678933e9a001cc. It works fine, but I'm looking for a way to display the combined result in the console. There is a variable $pester which contains the result object, I would like to use it to display a standard test summary. I put more details in the comment under this solution. I'm not so experienced in PowerShell so I would appreciate it if you could give an example
Beta Was this translation helpful? Give feedback.
All reactions