Replies: 1 comment 3 replies
|
https://pester.dev/docs/usage/parallel yes that is true, in 6.1.0 (coming soon, preview is already there) it is even better. Is your idea that we should add that -Parallel top level switch, or is this a general question if Parallel is available? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've read somewhere that the Pester 6 supports running tests in parallel? That would be of great help to speed up testing when multiple
.Tests.ps1files are present. Something likeInvoke-Pester -Parallel.All reactions