Version: 5.0.7
Reporter: SparkReporter
Issue:
Date:
I noticed, date format is not changeable across the pages/sections: eg. in the test detail head the date has unusual format MM.dd.yyyy. (is unusual at least in Europe).
I tried to set up timestamp format using following config setter, however, I see no change on any place.
sparkReporter.config().setTimeStampFormat("dd.MM.yyyy, HH:mm");
or
sparkReporter.config().setTimeStampFormat("dd.MM.yyyy, HH:mm:ss");
or
sparkReporter.config().setTimeStampFormat("dd.MM.yyyy");
Time:
Time formats are not unified either: in the test item there is full time used (eg. 14:18:38 PM), however, in the log steps the shortened (2:18:38 PM) time is used.
The unified datetime format across all sections would bring better user experience with.
Screenshot:

Version: 5.0.7
Reporter: SparkReporter
Issue:
Date:
I noticed, date format is not changeable across the pages/sections: eg. in the test detail head the date has unusual format MM.dd.yyyy. (is unusual at least in Europe).
I tried to set up timestamp format using following config setter, however, I see no change on any place.
sparkReporter.config().setTimeStampFormat("dd.MM.yyyy, HH:mm");
or
sparkReporter.config().setTimeStampFormat("dd.MM.yyyy, HH:mm:ss");
or
sparkReporter.config().setTimeStampFormat("dd.MM.yyyy");
Time:
Time formats are not unified either: in the test item there is full time used (eg. 14:18:38 PM), however, in the log steps the shortened (2:18:38 PM) time is used.
The unified datetime format across all sections would bring better user experience with.
Screenshot:
