You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Pester
I know that BeforeAll fires once for all tests in a given Command.Test.ps1 file. Is there a way to have a single event that fires once for all tests in a module (each function in a separate file)? I need to open a session to a server resource and would prefer that this once be done once.