forked from fixin.me/fixin.me
Include date/time and seed in screenshot filename
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
module CoreExt::ActionDispatch::SystemTesting::TestHelpers::CustomScreenshotHelperUniqueId
|
||||
private
|
||||
|
||||
def unique
|
||||
Time.current.strftime("%Y-%m-%d %H:%M:%S.%9N_#{Minitest.seed}")
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user