File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11# BOSH Powershell Modules
2+
23Powershell scripts to set up a Windows VM in a manner appropriate for a BOSH Stemcell.
34
45## Testing
56
67Tests are written using the Pester testing framework and must be run in Powershell on a Windows environment.
78
8- The test suite for each module currently assumes that the tests are being run with the module as the current working directory.
9+ The test suite for each module currently assumes that the tests are being run with the module as the current working
10+ directory.
911
1012This requires iterating through the module directories to run all the tests:
1113
@@ -64,11 +66,13 @@ Invoke-Pester
6466## Debugging
6567
6668You can debug powershell scripts using VSCode. It has some dependencies:
69+
6770- dotnet runtime ` brew install dotnet `
6871- powershell binary ` brew install powershell `
6972- vscode extensions: ` Powershell ` , ` C# ` and ` C# Dev Kit ` (the latter may not be required)
7073
7174You can create a launch.json file like:
75+
7276``` json
7377{
7478 "version" : " 0.2.0" ,
You can’t perform that action at this time.
0 commit comments