Jakub Jareš
Jakub Jareš
Enable view with progress for new dotnet test experience ( that is under the env variable flag ) 
### Description .NET diagnostics client fails when path to dump file has spaces in it. This reproduces both on net8 and net9, and fails with error: [createdump] The pid argument...
### 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...
## PR Summary Replaces special chars with their printable variants in Format-Nicely, to fix showing such strings in output, especially when code that contains ansi escape sequences is handled. Fix...
## Summary datarow mismatch tells me that some indices have mismatches in data. This message is precise, but not very clear (to me). ## Background and Motivation  ```csharp [TestMethod]...
Cannot move there, see: https://github.com/dotnet/sdk/issues/38983
Tries to fix #2655, but cannot repro.
## PR Summary Removes fallback to the mocked command. And replaces it with error message . ```powershell import-module .\bin\Pester.psd1 -force Invoke-Pester -Container (New-PesterContainer -ScriptBlock { Describe "a" { It "b"...
Partially fix #6906 The data are there, but the formatting is not great.
## Summary Run tests in random order. By randomizing the classes and the the tests within them, as well as the non-parallelizable tests. Allow reporting and consuming the random seed...