test-kitchen / kitchen-pester

A Test Kitchen driver to execute Pester as a verifier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kitchen Pester YML override for Pester Location

beaudryj opened this issue · comments

Due to wanting to change download location of pester, it would be nice to take control of the external dependency on my build server and specify a different location of the pester installation whether it is using nuget, or some other means to download.

commented

#64 will support specifying a nuget feed to install (download & unzip in $PSHome/modules path, install from a Gallery (PowerShellGet), and (not yet implemented) register or update PSRepositories.

commented

This one can be closed.
You can:

  • copy pester from the local machine to the SUT (using copy_folders).
  • install pester from a private repo
  • skip the "built in" pester installation and make it available in some other way (i.e. lifecycle hooks)
  • bootstrap pester from a nugetV2 feed.

Let me know if something is missing.