Skip to content

Commit bd27451

Browse files
Update README.md
1 parent a5f6ff2 commit bd27451

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
1-
<center><img src="https://raw.githubusercontent.com/HeyItsGilbert/PesterExplorer/main/images/icon.png" width="120px" /></center>
1+
<center><img src="https://raw.githubusercontent.com/HeyItsGilbert/PesterExplorer/main/images/icon.png" /></center>
22

33
# PesterExplorer
44

55
A TUI to explore Pester results.
66

7+
![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/PesterExplorer) ![PowerShell Gallery Version](https://img.shields.io/powershellgallery/v/PesterExplorer) ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/HeyItsGilbert/PesterExplorer/CI.yaml) ![PowerShell Gallery](https://img.shields.io/powershellgallery/p/PesterExplorer)
8+
79
## Overview
810

911
Pester does a wonderful job printing out tests results as they're running. The
1012
difficulty can be where you're looking at a large number of results.
1113

1214
## Installation
1315

16+
> [!IMPORTANT]
17+
> This module is for PowerShell 7. This won't work in Windows PowerShell.
18+
1419
```pwsh
1520
Install-Module PesterExplorer -Scope CurrentUser
1621
```

0 commit comments

Comments
 (0)