We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c97dae commit 7e104dfCopy full SHA for 7e104df
src/Components/TestExplorer.fs
@@ -1930,6 +1930,12 @@ module Interactions =
1930
TestRun.Output.appendWarningLine testRun message
1931
with ex ->
1932
logger.Debug("Test run failed with exception", ex)
1933
+ TestRun.Output.appendErrorLine testRun $"The test run errored {Environment.NewLine}{string ex}"
1934
+
1935
+ window.showErrorMessage (
1936
+ "Test run errored. See TestResults or Output > F# - Test Adapter for more info"
1937
+ )
1938
+ |> ignore
1939
}
1940
1941
let runHandler
0 commit comments