You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
@SteveL-MSFT I modified remotely to accept a -SystemName parameter that I can iterate through. I pass through ConfigurationData.AllNodes.NodeName | Foreach-Object...which works well enough for my purposes. IMHO I think a better scenario would be for Pester to accept a -Remotely param in the context or describe blocks to run a group of tests against remote systems without adding a bunch of lines.
@dcuomo I believe we talked to the Pester team about supporting Remotely and they (at the time) thought it wasn't something they would support as part of the core which is why we have this as a separate repo. If you have something you think is useful to others, I encourage you to submit it as a PR :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Remotely currently uses csv due to requirement to support PS2.0, however, we should consider supporting json as an option
The text was updated successfully, but these errors were encountered: