urasandesu / Prig

Prig is a lightweight framework for test indirections in .NET Framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Run test started" But Never Ends

lukewalshct opened this issue · comments

First thanks so much for building this library.

I'm having an issue where when I run the tests from VS the tests start but it just says "Run test started" and keeps running. I believe I have Prig setup/enabled correctly, and I'm using NUnit 2.6.4 and NUnitTestAdapter v 2.0.0.

Has this happened before and is there a resolution? It seems like issue #67 is related but the resolution didn't work for me.

Thanks,
Luke

Thank you for the reporting!
However, there is too little information... Could you give me more details? For example,

  • Windows Event Log
  • Prig Log(It will be located at C:\ProgramData\chocolatey\lib\Prig\tools\log by default)
  • Minimum sample code that reproduces this issue