DexterPOSH / PSRemotely

Remote operations validation framework, exposes a DSL to wrap existing Pester/PoshSpec based validation tests.
http://psremotely.readthedocs.io/en/latest/
MIT License
46 stars 7 forks source link

Add Invoke-PSRemotely function in the Remote PSSession #53

Closed DexterPOSH closed 7 years ago

DexterPOSH commented 7 years ago

As per #52 , a debug function to drop into underlying PSSession used for invoking pester will be created. Inject a function named Invoke-PSRemotely in this underlying function which sort of takes care of invoking the ops validation on the remote node e.g. if the configuration data was passed then this should dynamically pass the $node as an argument to Pester etc.

DexterPOSH commented 7 years ago

Fixed as part of the v1.0.4 release.