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
Using at Class lvl. [TestFixture, WatchDog(SaveInClass.AllTests)] throws Exception
Using at Method lvl. [Video(Name = "MyFavouriteTest")] works
Message:
System.NullReferenceException : Object reference not set to an instance of an object.
Stack Trace:
WatchDogAttribute.AfterTest(ITest test)
<.ctor>b__1(TestExecutionContext context) line 54
<>c__DisplayClass1_0.b__1() line 63
BeforeAndAfterTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action) line 73
The text was updated successfully, but these errors were encountered:
I also faced similar issues. WHen I tried using Video and WatchDog attributes at Test and Class level respectively in a separate new solution, it worked fine and Video was recording perfectly but as soon as I tried using in my Project faced similar issue.
Using at Class lvl. [TestFixture, WatchDog(SaveInClass.AllTests)] throws Exception
Using at Method lvl. [Video(Name = "MyFavouriteTest")] works
Message:
System.NullReferenceException : Object reference not set to an instance of an object.
Stack Trace:
WatchDogAttribute.AfterTest(ITest test)
<.ctor>b__1(TestExecutionContext context) line 54
<>c__DisplayClass1_0.b__1() line 63
BeforeAndAfterTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action) line 73
The text was updated successfully, but these errors were encountered: