Skip to content
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

Allow customization for video/image file names #1243

Closed
eboudrant opened this issue Jan 19, 2024 · 1 comment
Closed

Allow customization for video/image file names #1243

eboudrant opened this issue Jan 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@eboudrant
Copy link

Currently the filename is computed from:

"${testName.packageName}${delimiter}${testName.className}${delimiter}${testName.methodName}$formattedLabel.$extension"

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.

@eboudrant eboudrant added the enhancement New feature or request label Jan 19, 2024
@jrodbx
Copy link
Collaborator

jrodbx commented Jan 19, 2024

Duplicate of #549

@jrodbx jrodbx marked this as a duplicate of #549 Jan 19, 2024
@jrodbx jrodbx closed this as completed Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants