Releases: pester/vscode-adapter
Releases · pester/vscode-adapter
v2023.7.8
- ✨Allow Pester Configuration to be specified either via setting or $PesterPreference in Debug @JustinGrote (#185)
- 🐛 Duplicate test items are now handled properly instead of silently being overwritten @JustinGrote (#184)
- 🪳 supressCodeLensNotice now updated in correct settings context @JustinGrote (#183)
v2023.7.7
- 🪳 Fixed refesh handler no longer working with multi root workspace @JustinGrote (#181)
- Syntax Errors in Tests should be more clear in summary @JustinGrote (#178)
v2023.7.5
- Multi-Root Workspace Support @JustinGrote (#173)
- ✨Enable OnStartupFinished activation event @JustinGrote (#169)
- 🐛 Use call operator for run script starts @JustinGrote (#164)
- 🐛Fix Tests not continuous running if only parent is selected @JustinGrote (#163)
- 🎉 Add VSCode Continuous Run Support @JustinGrote (#162)
v2023.7.4
- 🐛 Use call operator for run script starts @JustinGrote (#164)
v2023.7.3
- 🐛Fix Tests not continuous running if only parent is selected @JustinGrote (#163)
- 🎉 Add VSCode Continuous Run Support @JustinGrote (#162)
v2023.7.1
v2023.7.0
🎉 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
v2023.6.2
- 🐛 Remove incorrect inner TestRun that messed up output results @JustinGrote (#151)
- Fix broken PNPM CI @JustinGrote (#150)
- ♻️ Improve Test Discovery and Run Flow @JustinGrote (#147)
v2023.6.1
- Should be operational in strict mode now
- Describe/Context should no longer show as "queued" until the end of the run when all the child tests have completed.
v2023.6.0
- ♻️ Improve Test Discovery and Run Flow @JustinGrote (#147)