Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:39:03.000Z (about 1 year ago)
- Last Synced: 2024-08-13T07:05:01.632Z (6 months ago)
- Topics: dsl, infrastructure-testing, pester, powershell, powershell-module
- Language: PowerShell
- Size: 214 KB
- Stars: 182
- 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)