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

Test Tree UI doesn't consolidate common nodes #230

Open
blmille1 opened this issue Jan 3, 2023 · 0 comments
Open

Test Tree UI doesn't consolidate common nodes #230

blmille1 opened this issue Jan 3, 2023 · 0 comments

Comments

@blmille1
Copy link

blmille1 commented Jan 3, 2023

I'm coming from Mocha Sidebar and we have tests spread out over many files that go under common, top-level labels.

For example, we have a top-level tree label called "Lambda." We put all of our AWS Lambda entry point tests under there.
In Mocha Sidebar, I see only one "Lambda" tree node at the top. Then, as I expand it out, it has other tree nodes (that may be consolidated from other files).
For example:

> Lambda
    > contentImport
       > should do this
       > should do that
    > contentExport
       > should do this
       > should do that

However, when I load the same mocha setup with this product, I see a bunch of Lambda top-level nodes, which expand out apparently based off what it found in that particular test file.
For example:

> Lambda
    > contentImport
       > should do this
> Lambda
    > contentImport
       > should do that
> Lambda
    > contentExport
       > should do this
       > should do that (when in the same file as the one above it)

How do we get the better tree behavior like we get from Mocha Sidebar but using this product instead?

@blmille1 blmille1 changed the title Test Tree UI doesn't collapse common nodes Test Tree UI doesn't consolidate common nodes Jan 3, 2023
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