Open plastikfan opened 4 years ago
The following warning message needs to be addressed:
WARNING: You are using Legacy parameter set that adapts Pester 5 syntax to Pester 4 syntax. This parameter set is deprecated, and does not work 100%. The -Strict and -PesterOption parameters are ignored, and providing advanced configuration to -Path (-Script), and -CodeCoverage via a hash table does not work. Please refer to https://github.com/pester/Pester/releases/tag/5.0.1#legacy-parameter-set for more information.
Resolved by information in https://github.com/pester/Pester/issues/1218
The tests are using a format not supported in Pester V5. The type of errors you see are as follows:
branch: pester-v5