web-automation-demo/Library/Report.py

7 lines
185 B
Python

from Library.LoadConfig import TestingConfig
from Library.Time import *
def generate_report_name():
return fmt_time(TestingConfig('default').report_format or '%Y-%m-%d-%H-%M-%S')