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
When aborting a test using Control+C, we exit immediately without writing the current state to the report. It would be more useful to write a test summary reporting what the test finished before it was interrupted and exit.
Possible implementation:
Add Context to test, and change all code to check if the context was canceled - very big effort
Write current test state from main thread and exit - easy
The text was updated successfully, but these errors were encountered:
When aborting a test using Control+C, we exit immediately without writing the current state to the report. It would be more useful to write a test summary reporting what the test finished before it was interrupted and exit.
Possible implementation:
The text was updated successfully, but these errors were encountered: