vscode-mocha-test-adapter
vscode-mocha-test-adapter copied to clipboard
process not killed after tests running
After we run tests via test UI plugin or CI process not killed and always we should kill port manually
I have the same issue, any news?
Try the mocha --exit flag for CI, and try "mochaExplorer.exit": true
in settings.json for the test UI.