hbenl / vscode-mocha-test-adapter

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

global fixtures are not setup / teared down #147

Closed avakhit closed 3 years ago

avakhit commented 3 years ago

I've implemented global fixture setup/teardown as suggested by mocha: https://mochajs.org/#global-setup-fixtures

I can start tests from command line ant it works as expected. If I start tests wia Mocha test explorer, setup/teardown is not called. Ist it a bug/desired behaviour or am I doing something wrong?

hbenl commented 3 years ago

Global fixtures are not supported yet, but I'll add support soon.

hbenl commented 3 years ago

I just published version 2.11.0 with support for global fixtures.