public
public copied to clipboard
[Feature Request] Exclude files from test story view
Basically duplicate of #2638
The Hide repeated entries like this
feature is not useful at the moment for me because:
- It doesn't remember what I've hidden
- Requires tremendous amount of clicking and is very strict about matching
- 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.
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