forked from xerxesb/SpecFlow
-
Notifications
You must be signed in to change notification settings - Fork 0
Windows Phone 7 Support
gasparnagy edited this page Mar 29, 2011
·
14 revisions
You can use SpecFlow for developing Windows Phone 7 applications. Just do these simple steps.
(Windows Phone 7 support for SpecFlow was done by Max Paulousky http://www.maxpaulousky.com)
TBD
- Add a reference to
TechTalk.Specflow.WindowsPhone7.dllto the test project.
-
Add an app.config to the project (even if it’s not supported by WP7), with the following content:
<specFlow> <unitTestProvider name="MsTest.Silverlight"/> </specFlow>
Add feature files and step definitions to the test project. You can use the templates in “Add → New Item…” for that.
TBD