mocha-test-runnerThis is early alpha of Mocha Tests Runner extension that allow run mocha tests in more fluent way in vscode. (autodetect mocha.opts location and use all acceptable for runner params like: --require, --compilers, --timeout and etc.) SettingsYou can provide some aditional settings for your workspace
Run all tests
that command runs all tests in project Run all tests in file
that command runs all tests in current active file Demo |