Skip to content

gbulicanu/ps-iisexpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IisExpressFunctions.ps1

PowerShell utility functions to work with IIS Express relying on appcmd.exe. I'm using Pester PowerShell Unit tests.

Build status Coverage Status

Installing Pester

  • Windows 10

      Install-Module Pester
    
  • Other Operating Systems - Use http://chocolatey.org

      choco install pester
    

Running PowerShell unit tests with Pester

It's possible to run them from command line but more convenient way is to use Visual Studio code (ensure that PowerShell extension is installed). Special codelens "Run tests" and "Debug tests" will appear in PowerShell source files.

PS Command line

Set-Location test

# Using dot source
. .\IisExpressFunctions.Tests.ps1
# Or
Invoke-Pester

About

PowerShell IIS Express Utility functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published