Tomas Aschan
Tomas Aschan

Reputation: 60564

Specflow tests all run twice

I'm using Specflow with NUnit and WatiN to do some acceptance testing, and all my specflow tests run twice. Since they're using WatiN to browse around my site, it takes a considerable amount of extra time.

I only have a basic specflow feature so far - basically I took the example feature, changed some names and implemented the steps.

Why do all tests run twice?

Edit: Perhaps I should add that I'm using the R# test runner.

Upvotes: 1

Views: 1093

Answers (1)

citizenmatt
citizenmatt

Reputation: 18573

Do you have Gallio installed? It can register itself to run nunit tests as well as resharper's built in runner, so tests do get run twice. You can choose which runner you want in ReSharper's options

Upvotes: 5

Related Questions