|
I want to indicate the Test Owner for each Pester Test, Is there a recommended way to achieve that? |
Answered by
fflaten
Nov 9, 2021
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd probably use tags for now, ex
It 'some test' -Tags 'Owner-fflaten' { }.There's a feature request to support metadata (key/value-tags) in #1469 which would be cleaner, but not something being worked on currently.