Skip to content

v2023.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jul 14:55
· 37 commits to refs/heads/main since this release
9b10077

🎉 New Features

  • Refresh button added that resets the Pester Test Interface state if things get muddy (#153)
  • Running tests are now cancellable with the cancel button in the UI (#155)
  • Linux/MacOS/Codespaces/SSH Remoting is now supported (#158)
  • Strict Mode tests/files are now supported (#145)
  • Pester 5.5 Support

♻️ Improvements

  • Extensive new logging detail in the Pester Output pane, you must use Set Log Level in the command palette to see debug/trace info
  • Errors in the Pester Extension should surface better and appear as error messages in both VSCode and the output pane
  • Hook into Pester using a private API that should fix some output issues and long-term stability

🐛 Fixes

  • Context/Describe update "Queued" status after their child tests are complete rather than at the end of the run.
  • Test Run statistics in the testing pane now display properly and accurately