views:

58

answers:

0

So, I have really been enjoying the integrated experience of using Gallio to run SpecFlow tests natively in VS, using all my usual VS hotkeys and everything. It works wonderfully, most of the time.

Periodically, however, and I have found no rhyme or reason to it, a new scenario added to the .feature file (for SpecFlow) does not case a new test case to be created or run. Usually it works fine, and I get the little yellow 'inconclusive' thing and the test results, whcih then gives me the Gallio report on how to create a class and so on.

It only happens with new scenarios, though, and doesn't happen with all new scenarios. I have tried cleaning, rebuilding, unloading the test project, everything. The only thing that seems to solve the problem when it happens is to close VS and reopen VS. Then it works fine again.

No error messages, either, and the scenario gherkin code works fine once I've restarted VS, so that's not the issue either.

Any thoughts? It's not a huge deal since it doesn't happen all the time, but it's frustrating when it does and I'd prefer to not have to restart VS.

Thanks, Paul