Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Running Specflow tests in TFS Build

How can I get my TFS build to run my Specflow tests? I have the tests running in the local VS build, but they aren't being picked up in the TFS build. Please could someone post the steps I would take to have the build run the specflow tests, and report on the results. Thanks.

like image 614
Mark Dickinson Avatar asked Sep 17 '13 09:09

Mark Dickinson


1 Answers

I guess specflow uses nunit tests. you need to set up nunit in build server

http://www.mytechfinds.com/articles/software-testing/6-test-automation/72-running-nunit-tests-from-team-foundation-server-2012-continuous-integration-build

like image 100
suresh2 Avatar answered Oct 19 '22 10:10

suresh2