intellij-powershell icon indicating copy to clipboard operation
intellij-powershell copied to clipboard

Pester integration would be nice

Open rhoerbe opened this issue 4 years ago • 3 comments

Pester should be integrated in the run configuration like other languages have their xUnit etc. support.

I got stuck with running pester explicitly from the IDE (terminal or run) - it does not load the pre-installed Pester 3.4.0 from Win 10. That should work out of the box.

rhoerbe avatar Jul 06 '21 09:07 rhoerbe

It did not find pester because I overwrote instead of appending PSModulePath :-)

However, I was unable to fix the path in the IDE settings or run configuration. Pycharm (IDEA*) does not expand env variables, nor does it allow to add multiple paths for PSModulePath separated by semicolons.

rhoerbe avatar Jul 06 '21 10:07 rhoerbe

Using a configuration to run pester works well, but it would be nice to be able to view the coverage and testResults output

kevinholtkamp avatar Apr 23 '22 13:04 kevinholtkamp

Oh wow, this is so great suggestion! We definitely should get this feature.

ForNeVeR avatar Sep 24 '23 20:09 ForNeVeR