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
This xUnit bug was fixed for this but will only be part of xUnit v3. Once that's released, TestContextwill contain a CancellationToken which is accessible as TestContext.Current.CancellationToken. The latter should be passed down so canceled tests won't e.g. leave browser windows or ChromeDriver processes open.
This xUnit bug was fixed for this but will only be part of xUnit v3. Once that's released,
TestContext
will contain aCancellationToken
which is accessible asTestContext.Current.CancellationToken
. The latter should be passed down so canceled tests won't e.g. leave browser windows or ChromeDriver processes open.Hooking into the console cancel event won't work with
dotnet test
.Jira issue
The text was updated successfully, but these errors were encountered: