Skip to content

v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 13:36
· 209 commits to main since this release
760665c

This is a complete rewrite of a Vitest VSCode extension. All minor odd versions are considered a pre-release. You can use this version and give us feedback by switching to a pre-release version:

Screenshot 2024-03-15 at 14 44 38

   🚨 Breaking Changes

  • Use Vitest public API instead of Vitest CLI  -  by @sheremet-va in #253 (0b70c)
    • Requires Vitest 1.4.0 or higher
    • Faster test execution (instant feedback when clicking on "start")
    • Better continues mode integration
    • Support for "each" tests
    • Support in-source tests

    🐛 Known Issues

  • Currently, the extension requires vite.config or vitest.config file to function
  • The "continues" mode doesn't update test results if several test functions are selected - it will use the last one selected. For now, you can use continues mode on a file without problems
  • Sometimes debugger starts only on a second try
  • When using debugger, tests are not marked as "enqueued"
  • Update snapshot is not implemented, but button exists (does nothing)
    View changes on GitHub