PowerShell / Operation-Validation-Framework

MIT License
225 stars 32 forks source link

OVF force imports latest version of Pester #42

Open DennisL68 opened 1 year ago

DennisL68 commented 1 year ago

Prerequisites

Steps to reproduce

Install-Module Pester -requiredversion 4.10.1 Install-Module Pester -requiredversion 5.4.0

Import-Moudule Pester -requiredversion 4.10.1

Invoke-OperationValidation -Verbose

Expected behavior

VERBOSE: Loading module from path 'C:\Users\D30025\Documents\WindowsPowerShell\Modules\Pester\4.10.1\Pester.psd1'.
...

Actual behavior

VERBOSE: Loading module from path 'C:\Users\D30025\Documents\WindowsPowerShell\Modules\Pester\5.4.0\Pester.psd1'.
...
Invoke-Pester : A parameter cannot be found that matches parameter name 'TestName'.
...

Error details

No response

Environment data

Name                           Value
----                           -----
PSVersion                      5.1.19041.2364
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.19041.2364
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

Version

1.0.1

Visuals

No response

raandree commented 1 year ago

This project seems to be no longer maintained. You might want to take a look at @aldrichtr's work: https://github.com/aldrichtr/infraspective.