Skip to content

Releases: linux-china/vitest-jetbrains-plugin

0.6.4

19 Sep 03:23
Compare
Choose a tag to compare
  • Update working directory to package's directory if workspaces, and compatible with WebStorm run configuration #30
  • Escape test name with ) and ( #29

0.6.0

02 Aug 00:27
Compare
Choose a tag to compare
  • Adjust Vitest line mark icons: green icon to run test, and Vitest icon to debug or run by watch mode
  • Add debug support to run Vitests

Screen Shot 2022-08-01 at 3 01 33 PM

0.4.0

22 May 21:21
Compare
Choose a tag to compare
  • Vitest toolWindow

0.3.0

21 May 22:53
Compare
Choose a tag to compare
  • Add indication for failure test method

Snip20220521_15

0.2.4

20 May 17:48
Compare
Choose a tag to compare
  • Add WSL support
  • Compatible with JetBrains IDEs 2022.*

0.2.3

12 Apr 17:54
Compare
Choose a tag to compare
  • support vitest globals: Please reload the project if you enable globals support first time.
// vite.config.ts
import {defineConfig} from 'vitest/config'

export default defineConfig({
    test: {
        globals: true,
    },
})

0.2.2

11 Apr 17:57
Compare
Choose a tag to compare
  • Fix sub projects problem

0.2.1

26 Mar 23:59
Compare
Choose a tag to compare

Thanks @userquin

  • Split vite and vitest configuration files
  • vite png icon (16x16) optimized

0.2.0

26 Mar 17:16
Compare
Choose a tag to compare
  • Fix Windows not running because path problem. Thanks @userquin
  • Add Vitest icon and short title for Vitest test window. In watch mode, you will find bright green dot with Vitest icon.
  • describe method marked as run_run icon

0.1.0

25 Mar 20:03
Compare
Choose a tag to compare
  • Initial version: run tests only