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
This can generate, in your module, a very large flat directory structure, making it hard to navigate and to read in lot of UI tools since the most interesting part of the filename is at the end (class name, test name and parameters). If I take a git tool like SourceTree, the only think you might see in their UI is the file package name, rest is truncated require horizontal scrolling. Same when you browse snapshot in Android Studio.
Would be nice to allow configuration for the filename. In my case I would probably "minify" package names and create directory structure for class names.
The text was updated successfully, but these errors were encountered:
Currently the filename is computed from:
This can generate, in your module, a very large flat directory structure, making it hard to navigate and to read in lot of UI tools since the most interesting part of the filename is at the end (class name, test name and parameters). If I take a git tool like SourceTree, the only think you might see in their UI is the file package name, rest is truncated require horizontal scrolling. Same when you browse snapshot in Android Studio.
Would be nice to allow configuration for the filename. In my case I would probably "minify" package names and create directory structure for class names.
The text was updated successfully, but these errors were encountered: