-
## 1. General summary of the issue
When running code coverage in a file not all `Missed commands` are listed. Test code:
#### Test-Function.ps1
```PowerShell
function Test-Function {
tr…
-
## 1. General summary of the issue
The purpose of this is to begin a conversation about applying community practices for the Pester project with a focus on module development and release management…
-
### Description
It seems like paket is trying to always use the `` when resolving Nuget v2 packages.
### Repro steps
This is using Artifactory's implementation of NuGet
1) GET `https://artifac…
-
Hi! I have a fairly complex script that I can't provide, but the basic gist of it is:
call the perforce helix command (p4.exe)
if perforce exits with an errorcode 1, or has no resulting output, t…
-
### Prerequisites
- [X] I have written a descriptive issue title.
- [X] I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already …
-
## 1. General summary of the issue
Enabling `System.Debug` in Azure DevOps allows Verbose logging within PowerShell, with the exception of the Pester Module.
## 2. Describe Your Environment
…
-
## General summary of the issue
Often I want to run a subset of my data driven tests - however it seems that I can't use -FullNameFilter for this as it doesn't apply to the post-processed name after …
-
## 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 to reru…
-
### 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 la…
-
Pester v5 is out, and a big change is the interface for running tests. While working on my PR today I tried to run the build script and letting it pull Pester 5, and the tests failed to run. I was a…