After every test I run with WebAii as soon as I close the browser or clean up the test I get the following exception :
I get this even though the test itself has passed.
I would like to hide this exception or at least not display in the console.writeline as it suggests the test has failed when it has not.
I have tried playing with various settings including lots of configurations like
---- UNHANDLED EXCEPTION ----<BR>Thread Name: |
RemotedAsyncCommandListener<BR>System.Threading.ThreadAbortException: Thread was |
being aborted.<BR> at |
ArtOfTest.WebAii.Messaging.Process.BrowserRemoted.AsyncListener()<BR> |
at System.Threading.ThreadHelper.ThreadStart_Context(Object |
state)<BR> at System.Threading.ExecutionContext.runTryCode(Object |
userData)<BR> at |
System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode |
code, CleanupCode backoutCode, Object userData)<BR> at |
System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, |
ContextCallback callback, Object state)<BR> at |
System.Threading.ExecutionContext.Run(ExecutionContext executionContext, |
ContextCallback callback, Object state, Boolean ignoreSyncCtx)<BR> |
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, |
ContextCallback callback, Object state)<BR> at |
System.Threading.ThreadHelper.ThreadStart() |
I get this even though the test itself has passed.
I would like to hide this exception or at least not display in the console.writeline as it suggests the test has failed when it has not.
I have tried playing with various settings including lots of configurations like
Settings settings = GetSettings();
settings.EnableSilverlight =
true;
settings.CreateLogFile =
false;
Initialize(settings);