vscode-mocha-test-adapter icon indicating copy to clipboard operation
vscode-mocha-test-adapter copied to clipboard

Showing top-level folder structure

Open StaSotiro opened this issue 5 years ago • 0 comments

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.

StaSotiro avatar Nov 11 '19 10:11 StaSotiro