v3.4.0
This release introduces significant performance improvements for running tests and refreshing test results (including Test Explorer, marks, and diagnostics in the buffer).
Another big feature is the support for tests written using Quick framework.
Important
Presenting Quick tests results requires installed nvim-treesitter (+ Swift parser).
Tip
You can use o
key to jump from Test Explorer to the selected test.
What's Changed
- fix: Test Explorer performance by @wojciech-kulik in #107
- fix: Test Explorer performance when using Quick by @wojciech-kulik in #108
- fix: overlapping actions when showing Test Explorer by @wojciech-kulik in #109
- fix: overlapping actions when using Test Explorer bindings by @wojciech-kulik in #110
- feat(tests): added support for Quick framework + optimized refreshing test results by @wojciech-kulik in #111
Full Changelog: v3.3.1...v3.4.0