MobileNativeFoundation / bluepill

Bluepill is a reliable iOS testing tool that runs UI tests using multiple simulators on a single machine
BSD 2-Clause "Simplified" License
3.19k stars 232 forks source link

Timestamp in Junit xml in GMT format issue. #543

Open avinashnarra opened 2 years ago

avinashnarra commented 2 years ago

@ob @caniszczyk We are using bluepill to run tests and at the end we are using a framework to post the results in xml in UI format. During that process we are facing issue with GMT timestamp format. As Junit XML has to follow ISO8601_DATETIME_PATTERN for timestamp So is it possible to change GMT to UTC format?

ob commented 2 years ago

I think bp isn't doing anything with the dates (see here for where we handle the start date).

We could add a timezone there to move it to UTC.