vscode-mocha-test-adapter
vscode-mocha-test-adapter copied to clipboard
Showing top-level folder structure
Not sure if that should be referenced here or in the test-explorer but would it make sense if the top-level folder containing the test files could be showcased? An example use case would be if in a project there were:
- tests/integration/user.js
- tests/unit/user.js both describing "users"(since we are running user tests in both cases).
I think it would be very helpful to be able to pinpoint their location in case of only wanting to run/develop integration tests for instance.