intellij-powershell
intellij-powershell copied to clipboard
Pester integration would be nice
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.
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.
Using a configuration to run pester works well, but it would be nice to be able to view the coverage and testResults output
Oh wow, this is so great suggestion! We definitely should get this feature.