Pester icon indicating copy to clipboard operation
Pester copied to clipboard

Pester is the ubiquitous test and mock framework for PowerShell.

Results 280 Pester issues
Sort by recently updated
recently updated
newest added

## PR Summary Cobertura is a commonly used code coverage format, and has been requested as a feature: Fix #2203 To implement this feature, I copy-pasted the JaCoCo code and...

Feature

## PR Summary Fix false positive exception when specifying Should-operator after linebreak using backtick/escape char, ex. ```ps1 1 | Should ` -Be 1 ``` Provided as an [alternative to removing...

Bug

### Checklist - [X] Issue has a meaningful title - [X] I have searched the existing issues. See [all issues](https://github.com/pester/Pester/issues?q=is%3Aissue) - [X] I have tested using the latest version of...

Bug

## 1. General summary of the issue Several legacy parameters were reintroduced in Pester 5.0.1 to alleviate some migration pains. They still show up when you tab cycle the parameters....

### Checklist - [X] Issue has a meaningful title - [X] I have searched the existing issues. See [all issues](https://github.com/pester/Pester/issues?q=is%3Aissue) - [X] I have tested using the latest version of...

Bug

### Checklist - [X] Issue has a meaningful title - [X] I have searched the existing issues. See [all issues](https://github.com/pester/Pester/issues?q=is%3Aissue) - [X] I have tested using the latest version of...

Code coverage
Bug - external to Pester

### Checklist - [X] Issue has a meaningful title - [X] I have searched the existing issues. See [all issues](https://github.com/pester/Pester/issues?q=is%3Aissue) - [X] I have tested using the latest version of...

Code coverage
Bug - external to Pester

### Checklist - [X] Issue has a meaningful title - [X] I have searched the existing issues. See [all issues](https://github.com/pester/Pester/issues?q=is%3Aissue) - [X] I have tested using the latest version of...

Bug

## Context For binary module authors, since PowerShell doesn't support unloading assemblies, once a module is imported, you have to start a new PowerShell process to test a new build...

Feature

## 1. General summary of the issue To help identify flaky tests (tests that fail sometimes inconsistently rather than failing consistently), it would help to have Pester have opt-in ability...

Feature