Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task Invoke_Pester_Tests_v5 fails using latest preview version of Pester 5.3.0 #307

Closed
johlju opened this issue Jun 25, 2021 · 0 comments
Closed
Labels
bug The issue is a bug.

Comments

@johlju
Copy link
Collaborator

johlju commented Jun 25, 2021

When running the task Invoke_Pester_Tests_v5 and having the latest preview version of Pester install (5.3.0-alpha5) it fails with the error:

ERROR: 'Value' is a ReadOnly property.

This due to a fix in Pester where the property Value correctly was a read-only property.

$pesterParameters.Configuration.Run.Path.Value += $testFolder

@johlju johlju added bug The issue is a bug. help wanted The issue is up for grabs for anyone in the community. in progress The issue is being actively worked on by someone. and removed help wanted The issue is up for grabs for anyone in the community. labels Jun 25, 2021
@johlju johlju mentioned this issue Jun 25, 2021
11 tasks
johlju added a commit that referenced this issue Jun 25, 2021
- The task `Invoke_Pester_Tests_v5` no longer fails when using Pester 
  v5.3.0-alpha5 (issue #307).
- The task `Convert_Pester_Coverage` no longer fails when using a preview
  version of Pester (issue #301).
@johlju johlju closed this as completed Jun 25, 2021
@johlju johlju removed the in progress The issue is being actively worked on by someone. label Jun 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug.
Projects
None yet
Development

No branches or pull requests

1 participant