Proposal to change the naming of screenshots to be more informative #2611
Maaciej
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current names are cryptic
success-1623261805493.png
But if you change this line from 'lookup.ts':
link.screenshot = `success-${Date.now()}.png`;
to:
screenshots have names like
20210609 214922 awd evga 3090 ftw3 ultra.png
date, hour, shop, brand, series, model in the name.
It works for me now, but not sure if it will be working for other values of variables.
Beta Was this translation helpful? Give feedback.
All reactions