You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: include test name in dedup key and capture parameterized case count
- Test failure dedup key now includes the test name when a location is
present, preventing distinct failures from different tests sharing
the same assertion line from being collapsed. Suite name is excluded
from the location-present key because it disagrees between xcresult
and live parsing sources.
- ParsedTestCase gains a caseCount field populated from the 'with N
test cases' suffix in Swift Testing parameterized results. Event
parsers increment progress by caseCount instead of 1.
0 commit comments