Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Support json as an option for the remote target configuration in addition to csv #8

Open
SteveL-MSFT opened this issue Jun 11, 2015 · 3 comments

Comments

@SteveL-MSFT
Copy link
Member

Remotely currently uses csv due to requirement to support PS2.0, however, we should consider supporting json as an option

@dcuomo
Copy link

dcuomo commented Mar 10, 2017

+1 - In addition to SteveL's recommendation, could we also allow a parameterized list? For example:
... | Foreach-object {
Remotely -SystemName $_
}

@dcuomo
Copy link

dcuomo commented Mar 19, 2017

@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.

@SteveL-MSFT
Copy link
Member Author

@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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants