public icon indicating copy to clipboard operation
public copied to clipboard

[Feature Request] Exclude files from test story view

Open thisredone opened this issue 1 year ago • 1 comments

Basically duplicate of #2638

The Hide repeated entries like this feature is not useful at the moment for me because:

  1. It doesn't remember what I've hidden
  2. Requires tremendous amount of clicking and is very strict about matching
  3. Doesn't have an option to hide all entries from a file/class

Please allow me configure (with another file object option or hints like for coverage) what should never be shown in Story View while keeping this excellent functionality:

Note that once the repeated pieces of executed code are hidden from the test story, Wallaby’s Time Travel Debugger will also not step into the hidden pieces when moving forward and backwards through your code.

thisredone avatar Jan 16 '24 18:01 thisredone

Just to illustrate how a slightly more complicated (not just a unit) test looks for me in Test Story.

https://github.com/wallabyjs/public/assets/1191844/34a63804-b23f-405f-a955-919a1df1a759

As you can see it's so long that there's just no hope of making any use of this otherwise would-be amazing feature

thisredone avatar Jan 30 '24 15:01 thisredone