-
Notifications
You must be signed in to change notification settings - Fork 70
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
Numbers in Unit XML wrong #50
Comments
Hi, |
Hi Peter, thank you for looking into this and adding the numbers so fast. Elapsed time is now fine and evaluating progress over time and overall time works great. The other thing is still not working as I would expect it to behave: it does not count the number of tests correctly:
It still tells me: |
Hi, |
I understand your point and I am pretty fine with leaving out failed tests from the error report but my expectation was in fact to have a statistic there how many tests passed, how many failed, etc. So maybe there is a possibility to remember the total amount without placing them in the data model as results? |
Describe the bug
I have been been fuzzing for some hours and got a report telling me the following:
According to this, the time was 0 seconds and all tests failed. However, looking at the last failed record I see:
So I have at least 61525 tests. So the numbers above are not correct. However, the numbers of failures is correct as in many cases the API returned 505, which is not critical but will be fixed, however, I would like to see the correct numbers in the report.
Software environment (please complete the following information):
The text was updated successfully, but these errors were encountered: