Anshoo Arora

Results 176 comments of Anshoo Arora

Can you create a project and share the link? I will check.

I am unable to reproduce. Here is the test: https://github.com/anshooarora/extentreports-java/blob/master/src/test/java/com/aventstack/extentreports/listenertests/ListenerTestsIReporter.java It generates the correct timestamps for each test in my case.

I ran your suite, and here are my findings: ### Tests: test1: `Feb 12, 2018 11:40:36 PM, Feb 12, 2018 11:40:46 PM, 0h 0m 10s+14ms` test2: `Feb 12, 2018 11:40:26...

Hello. Can you try with this commit and let me know if it works? https://github.com/anshooarora/extentreports-java/commit/d6bbade98ff18491b9c86bf2c2c7f544fd729abb

Hello - please check your email for followup on this ticket, you should see my email address there.

Please test with this https://github.com/anshooarora/extentreports-java/commit/6528aa9298b44d98b4415a934b87aa6c62ed094a. I am able to maintain the same charset after appendExisting. Note: I used gbk charset for my test.

What is the charaset after you create the report? What is the charset after you append?

This is because SKIP has [higher priority](https://github.com/anshooarora/extentreports-java/blob/master/src/main/java/com/aventstack/extentreports/Status.java#L20) than PASS. There was an old discussion due to which I had set the priority like so, otherwise PASS always had higher priority.