reportportal / agent-Python-RobotFramework

Robot Framework integration for Report Portal
Apache License 2.0
59 stars 32 forks source link

result_visitor always use local timestamp but not timestamp generated by Robotframework #85

Closed zhuyf1225 closed 3 years ago

zhuyf1225 commented 3 years ago

Whenever the timestamp is in report xml file, agent always generated a new timestamp. This is OK if I use listener interface, but it becomes a problem if I use RobotResultvisitor to parse result xml file.

iivanou commented 3 years ago

FIxed in #87