Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 0bc93ef

Browse files
committed
Add badges
1 parent 2af515e commit 0bc93ef

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11

22
# Operation-Validation-Framework
33

4-
[![Build status](https://ci.appveyor.com/api/projects/status/rvbve3ajjtn4m0n2?svg=true)](https://ci.appveyor.com/project/devblackops/operation-validation-framework-a635v)
4+
| AppVeyor | PS Gallery | License
5+
|----------|------------|---------|
6+
[![AppVeyor Build Status][appveyor-badge]][appveyor-build] | [![PowerShell Gallery][psgallery-badge]][psgallery] | [![License][license-badge]][license]
57

68
A set of tools for executing validation of the operation of a system.
79
It provides a way to organize and execute Pester tests which are written
@@ -82,3 +84,10 @@ Invoke-OperationValidation Function Invoke the operational tests from mo
8284
Passed Scenario targeted tests:The Firewall Rules:A rule for UDP port 3389 is enabled
8385
8486
```
87+
88+
[appveyor-badge]: https://ci.appveyor.com/api/projects/status/rvbve3ajjtn4m0n2?svg=true
89+
[appveyor-build]: https://ci.appveyor.com/project/devblackops/operation-validation-framework-a635v
90+
[psgallery-badge]: https://img.shields.io/powershellgallery/dt/operationvalidation.svg
91+
[psgallery]: https://www.powershellgallery.com/packages/operationvalidation
92+
[license-badge]: https://img.shields.io/github/license/powerShell/operation-validation-framework.svg
93+
[license]: https://raw.githubusercontent.com/PowerShell/Operation-Validation-Framework/master/LICENSE

0 commit comments

Comments
 (0)