-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[Bug]: Skipped tests are reported in CSV export, and are marked as ok: true
in JSON report
#34174
Comments
We should use |
This is great. Thanks for getting the CSV reporter updated that quickly! Now we have closer numbers for the list of failures but there is still a discrepancy of |
As far as I can see, for this run the stats reported in the terminal:
These add up just fine. Then in the .csv report there are 907 lines with the failure results which include both actual failures of the tests that were executed and failed (731) as well as some tests that we marked as |
Ah, there it is coming from! For now I would be fine given that we understand where the gap is coming from. Not sure what you mean with
The problem here is that we need special filtering in the Google spreadsheet so that we ignore or immediately remove all the passing tests when we import the data. I assume that we would have to write an App Script to do that instead of just having the |
Version
1.50.0-next
Steps to reproduce
When running the WebDriver BiDi tests for Firefox we currently have a good number of tests skipped which are timing out in CI. We actually want to know about those failing (skipped) tests.
Whereby it's not clear to me how we could differentiate between skipped tests due to a timeout, and skipped tests because they aren't needed.
@yury-s do you have an idea how we could accomplish that?
Expected behavior
Skipped tests should be listed in the CSV export and marked not as ok (?) in the JSON report.
Actual behavior
The CSV export doesn't contain those skipped tests. As well the JSON report lists the test status as
ok: true
, which is probably not correct and should befalse
?Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: