-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
[Feature Request] Add a setting to specify test name length being displayed #144
Comments
Hello @andreasschroth i've done a PR to disable classname formating (see #152 ) Do you think it can fit your needs or you really want to be able to check classname length in the config file ? (in case of i can add another option to change classname max length) |
@bt0r Thanks for the PR. Imo, a setting to specify the classname length would be better (and then e.g. But disabling the classname formatting is already an improvement I would for example enable on the project with the example mentioned above. |
any updates on this PR? This feature is very helpful as I am having similar tests ending the same. It hard to see when the class names are truncated. |
I will work on getting this added for the next release. I am working on a few other items which will be part of new release as well, when those are done I will get this added and publish new release |
I posted in the PR but I agree that this is a helpful feature. Thank you for your hard work on this, tests look way better! 🎊 |
I can see that we have some tests like this being displayed:
...lVerificationTypeTest
.Unfortunately, there are a few different classes ending with
VerificationTypeTest
, thus it's very hard to reason about the specific class. It would be awesome, if a setting could be added specifying the test name length that should be displayed.The text was updated successfully, but these errors were encountered: