Is there a way to specify particular Context or It blocks when using the Invoke-Pester command?
As I write tests, I’d like a convenient way to call specific Context or It block rather than having the Invoke-Pester command run through all tests within a Describe block.
Current method is to comment out the code.
I see there’s a -Tag parameter, but it appears to be only applicable to the Describe block.