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
Separate visualization from test logic, which are mixed up right now.
Architectural proposal: implement observer pattern: Reporter <- Events - TestRunner
The TestRunner should emit at least the following events:
start
end
error
profileStart
profileEnd
profileError
snippetStart
snippetEnd
snippetError
The text was updated successfully, but these errors were encountered:
Separate visualization from test logic, which are mixed up right now.
Architectural proposal: implement observer pattern:
Reporter <- Events - TestRunner
The TestRunner should emit at least the following events:
start
end
error
profileStart
profileEnd
profileError
snippetStart
snippetEnd
snippetError
The text was updated successfully, but these errors were encountered: