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

SparkReporter - Timestamps - Datetime formats are not unified #293

Closed
rado-o opened this issue Mar 28, 2021 · 0 comments
Closed

SparkReporter - Timestamps - Datetime formats are not unified #293

rado-o opened this issue Mar 28, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@rado-o
Copy link

rado-o commented Mar 28, 2021

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:
Test_Item_Page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants