hbenl / vscode-mocha-test-adapter

Mocha Test Adapter for the VS Code Test Explorer
MIT License
91 stars 31 forks source link

process not killed after tests running #241

Open TalTurjeman20 opened 1 year ago

TalTurjeman20 commented 1 year ago

After we run tests via test UI plugin or CI process not killed and always we should kill port manually

EthanNusuiev commented 1 year ago

I have the same issue, any news?

mch commented 1 year ago

Try the mocha --exit flag for CI, and try "mochaExplorer.exit": true in settings.json for the test UI.