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
Add events in the runners to notify the callers that the tests started and completed so that they can react to them. This follows the comment here: dotnet/runtime#34976 (comment)
The text was updated successfully, but these errors were encountered:
Add two events that notify when the runner started and when it
completed. The completed event will provide information of the results
of the run.
Later we can look at adding event for each of the tests starting and
completing, which is possible, but we are not going to add events that
we have not been asked to add. KISS
fixes: dotnet#36
…#46)
Add two events that notify when the runner started and when it
completed. The completed event will provide information of the results
of the run.
Later we can look at adding event for each of the tests starting and
completing, which is possible, but we are not going to add events that
we have not been asked to add. KISS
fixes: #36
premun
changed the title
[Runners] Create events to notify that the test execution has been completed.
Create events to notify that the test execution has been completed
Aug 19, 2020
Add events in the runners to notify the callers that the tests started and completed so that they can react to them. This follows the comment here: dotnet/runtime#34976 (comment)
The text was updated successfully, but these errors were encountered: