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

Commit bf52155

Browse files
committed
Merge branch 'master' of github.com:PowerShell/Operation-Validation-Framework
2 parents 12a6d98 + c9d4992 commit bf52155

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,24 @@ test names in those files will be returned.
1111

1212
The module structure required is as follows:
1313

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

2019

2120
It supplies two cmdlets:
22-
23-
PS# get-help \*operationvalidation
21+
```
22+
PS# get-help *operationvalidation
2423
2524
Name Category Synopsis
2625
---- -------- --------
2726
Get-OperationValidation Function Retrieve the operational tests from modules
2827
Invoke-OperationValidation Function Invoke the operational tests from modules
28+
```
2929

3030
## Examples
31+
```
3132
PS>get-operationtest -ModuleName C:\temp\modules\AddNumbers
3233
3334
@@ -76,3 +77,4 @@ Invoke-OperationValidation Function Invoke the operational tests from mo
7677
Passed Scenario targeted tests:The Firewall Rules:A rule for TCP port 3389 is enabled
7778
Passed Scenario targeted tests:The Firewall Rules:A rule for UDP port 3389 is enabled
7879
80+
```

0 commit comments

Comments
 (0)