Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Option to present the folder structure in the test explorer #42

Open
Neutrino-Sunset opened this issue Sep 11, 2020 · 0 comments

Comments

@Neutrino-Sunset
Copy link

I have multiple test suites in multiple folders. The test explorer currently displays these suites as a flat list prefixed by their location. E.g.

\Folder 1\test-suite-1.spec.js
\Folder 1\test-suite-2.spec.js
\Folder 1\test-suite-3.spec.js
\Folder 2\test-suite-4.spec.js
\Folder 2\test-suite-5.spec.js

I would much prefer it if the folder was represented as a node in the tree, e.g.

\Folder 1
test-suite-1.spec.js
test-suite-2.spec.js
test-suite-3.spec.js
\Folder 2
test-suite-4.spec.js
test-suite-5.spec.js

Although the difference might seem minor in this trival example, in a project with lots of tests in lots of folders I find a flat list where every suite is prefixed by the path to be rather painful to navigate, not least because you need an extremely wide sidebar to even be able to see the test suite names since they all have their relative paths prepended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant