https://github.com/ticketmaster/poshspec
Infrastructure Testing DSL running in Pester
https://github.com/ticketmaster/poshspec
dsl infrastructure-testing pester powershell powershell-module
Last synced: 4 months ago
JSON representation
Infrastructure Testing DSL running in Pester
- Host: GitHub
- URL: https://github.com/ticketmaster/poshspec
- Owner: ticketmaster
- License: mit
- Created: 2016-05-12T20:09:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:39:03.000Z (almost 2 years ago)
- Last Synced: 2024-12-04T01:33:58.742Z (11 months ago)
- Topics: dsl, infrastructure-testing, pester, powershell, powershell-module
- Language: PowerShell
- Size: 214 KB
- Stars: 183
- Watchers: 34
- Forks: 32
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - ticketmaster/poshspec - Infrastructure Testing DSL running in Pester (PowerShell)
README
# PoshSpec
An infrastructure testing DSL running in Pester. The goal is to expand the Pester DSL to assist in the development of infrastructure validation scripts.
## Install from the Gallery
```powershell
PS> Install-Module -Name poshspec
```
## Documentation
[Wiki](https://github.com/Ticketmaster/poshspec/wiki/Introduction)