0.0.3 • Published 2 years ago

vscode-vboy v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Vboy

preview

Run your test case by vitest. (Tested with Vite 3)

How to use?

  • just open .test.ts file and enjoy
  • if you setting your vitest.config.ts in sub-folder, you need to:
    • Crl + P to open setting
    • type: "workspace setting"
    • modify json file add your config path with vboy.configPath
{
    "vboy.configPath": "./configs/vitest/vitest.config.ts"
}

Add Run (Vitest) and Debug (Vitest)

preview1

run command in active Termninal

preview2

TODO

  • Work with Vite 3
  • Trigger result in terminal without open new one
  • Allow custom config path in setting
  • Support run test watch
  • Add test icon
  • ... (Your request)
  • Add test statusbar
  • Add test response on screen
  • Add inline testing
  • Support Angular React VueJs Stelve
  • Support Graphql Database Test