Closed avakhit closed 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?
Global fixtures are not supported yet, but I'll add support soon.
I just published version 2.11.0 with support for global fixtures.
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?