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

Commit 39d0010

Browse files
committed
Add AppVeyor badge
1 parent 22467a7 commit 39d0010

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
12
# Operation-Validation-Framework
2-
A set of tools for executing validation of the operation of a system.
3+
4+
[![Build status](https://ci.appveyor.com/api/projects/status/rili6ki88ioyq23t?svg=true)](https://ci.appveyor.com/project/devblackops/operation-validation-framework)
5+
6+
A set of tools for executing validation of the operation of a system.
37
It provides a way to organize and execute Pester tests which are written
48
to validate operation (rather than limited feature tests)
59

@@ -11,8 +15,8 @@ test names in those files will be returned.
1115

1216
The module structure required is as follows:
1317

14-
* ModuleBase\
15-
* Diagnostics\
18+
* ModuleBase\
19+
* Diagnostics\
1620
* Simple *simple tests are held in this location (e.g., ping, serviceendpoint checks)*
1721
* Comprehensive *comprehensive scenario tests should be placed here*
1822

@@ -27,7 +31,7 @@ Get-OperationValidation Function Retrieve the operational tests from
2731
Invoke-OperationValidation Function Invoke the operational tests from modules
2832
```
2933

30-
## Examples
34+
## Examples
3135
```
3236
PS> Get-OperationValidation -ModuleName C:\temp\modules\AddNumbers
3337

0 commit comments

Comments
 (0)