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
Stat gathering (fails, passes, errors, duration) is too closely coupled to the reporter. The reporter shouldn't be the single source of truth for this information, yet it is. Statistics should be queried by the reporters instead of just dumped into the base reporter. The result may be as simple as an abstraction between the runner and reporter.
This makes it difficult to modify the stats we gather, or how we gather them.
Stat gathering (fails, passes, errors, duration) is too closely coupled to the reporter. The reporter shouldn't be the single source of truth for this information, yet it is. Statistics should be queried by the reporters instead of just dumped into the base reporter. The result may be as simple as an abstraction between the runner and reporter.
This makes it difficult to modify the stats we gather, or how we gather them.
related: #3223, #3250
The text was updated successfully, but these errors were encountered: