-
Notifications
You must be signed in to change notification settings - Fork 26
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
Displaying wrong time for test case execution #15
Comments
@testUser112 Thanks, Could you please provide more information which will help to understand the issues, execution order and time are untouched by the library, provide information on how time/order are validated across library result! |
@uttesh thanks for the reply As you can see in the screen shot attached, NavigateToLaunchPage test will be executed first, Then enterUsernameAndPassword, finally tapbutton. But in pdf report it is displaying as
Could you please help me to fit this problem |
@testUser112 unable to reproduce the issue, tried with simple test class with priority set, report is showing proper result and execution time order . |
Hi Uttesh, Can I send you complete project?? It would be very grateful if you can help me to resolve this.
|
@testUser112 fine put it in google drive and send me the link. i assume its a sample project! |
@testUser112 is issue is resolved ? |
I'm experiencing the same results as @testUser112. When TestNG is running, the tests follow the order given, but after the pdf generation, they are randomly ordered. It should be ordered like CT001, CT002, CT003, etc. |
Hi Uttesh,
I have used your code to generate pdf reports and it is working properly. Problem i am facing is
Test case execution time is wrong. I have 5 test cases I am execution in 12345 order but in report it is displaying in 42351 and also displaying wrong execution time
The text was updated successfully, but these errors were encountered: