pester / Pester

Pester is the ubiquitous test and mock framework for PowerShell.
https://pester.dev/
Other
3.07k stars 469 forks source link

Expose GlobalPluginData to all plugin steps #2473

Open fflaten opened 3 months ago

fflaten commented 3 months ago

Add GlobalPluginData to context for all plugin steps so plugins may share state across containers. Update SkipRemainingOnFailure to utilize it, see https://github.com/pester/Pester/pull/2442#discussion_r1600452640

Any concerns? Name?