forked from hibri/Centaur
-
Notifications
You must be signed in to change notification settings - Fork 0
A .Net library for controlling IISExpress for tests
License
DecisionTechnologies/Centaur
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Centaur is a library to launch IISExpress for test automation. Centaur is named after a rocket stage used to launch space vehicles. http://en.wikipedia.org/wiki/Centaur_(rocket_stage) Using Nuget Install-Package Centaur Example usage: _iisExpressHost = new IISExpressHost("../../../../src/path/to/website", 3000) {LogOutput = true}; _iisExpressHost.Start(); _iisExpressHost.Stop(); LogOutput : writes the IIS Express output to your test runner console. StatusCheckPath : Check a url to make sure website was loaded. Can be used to warm up before running tests
About
A .Net library for controlling IISExpress for tests
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C# 99.0%
- PowerShell 1.0%