You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally came up in #1348 -- at some point we'll likely need to grow a way to do user-specific configuration, not just repository-specific configuration.
I like to set failure-output="final". I have a handful of rust repositories where I use nextest and would like to have the same output style for consistency.
It feels awkward to me to force my style preferences on other contributors - not that I have any contributors for my small side projects :)
To be fair, I could gitignore .config/nextest.toml. Regardless, I like the idea of user-level configuration so that nextest behaves the same in any random repo I work with (unless there is a specific reason for a repo to have its own nextest.toml).
Originally came up in #1348 -- at some point we'll likely need to grow a way to do user-specific configuration, not just repository-specific configuration.
Some considerations:
status-level
,final-status-level
The text was updated successfully, but these errors were encountered: