Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
docs: updated section 'Run Tests'
Browse files Browse the repository at this point in the history
  • Loading branch information
iodar committed Jun 12, 2020
1 parent 666a335 commit 202ff3e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,14 @@

### Run Tests

> **IMPORTANT:** Flags for activating coverage (`--coverage` respectively `-Coverage`) are currently not working due migration to `pester v5`. Waiting for update of pester docs. After that the scripts will be updated.
Using `bash`

```bash
./test.sh [--coverage]
pwsh -c "Invoke-Pester -Output Detailed"
```

Using `pwsh`

```powershell
./test.ps1 [-Coverage]
Invoke-Pester -Output Detailed
```

0 comments on commit 202ff3e

Please sign in to comment.