<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>wp7ci Wiki Rss Feed</title><link>http://wp7ci.codeplex.com/</link><description>wp7ci Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://wp7ci.codeplex.com/wikipage?version=11</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;WP7 CI is a port of the Silverlight Toolkit Test Framework with added CI support, allowing tests to be run in the emulator from the command line&lt;br /&gt;&lt;br /&gt;&lt;b&gt;NOTE:&lt;/b&gt; WP7-CI 1.1 (now with Mango support!) has a breaking change with 1.0 in that the MSBuild task is now called &amp;quot;Test&amp;quot; instead of &amp;quot;RunUnitTests&amp;quot;. See the &lt;a href="http://wp7ci.codeplex.com/releases/view/72082"&gt;download page&lt;/a&gt; for a complete changelist.&lt;br /&gt;
&lt;h2&gt;Installation&lt;/h2&gt;
Don&amp;#39;t have NuGet? A manual installation package is now available. Read the readme.txt!&lt;br /&gt;&lt;br /&gt;If you have NuGet, simply add the WP7-CI package from NuGet, which will do the following:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Add references to the &lt;i&gt;Microsoft.Silverlight.Testing&lt;/i&gt; and &lt;i&gt;Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight&lt;/i&gt; assemblies that ship with the package (removing existing references if they exist)&lt;/li&gt;
&lt;li&gt;Add an MSBuild task called &amp;quot;Test&amp;quot; to the project that can be called from the command line (it&amp;#39;s configured by default to fail build if the tests fail)&lt;/li&gt;
&lt;li&gt;Add a TestsPage.xaml and set it as the startup page (you&amp;#39;re free to remove this file)&lt;/li&gt;
&lt;li&gt;Add a SampleTest.cs which contains three tests (one pass, one fail, one error)&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;You can then run the tests:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;In Visual Studio by setting the tests project as startup and hitting F5&lt;/li&gt;
&lt;li&gt;At the command line by running msbuild against the project and setting the target to &amp;quot;Test&amp;quot; (it will automatically build your project if required)&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;The log will be written to TestResult.trx in the same directory as the XAML output. See &lt;a href="http://wp7ci.codeplex.com/wikipage?title=Build%20Properties&amp;referringTitle=Home"&gt;Build Properties&lt;/a&gt; for properties that you can override at the command line.&lt;br /&gt;&lt;br /&gt;If your CI server is run by a windows service, you will need to enable &amp;quot;Allow service to interact with desktop&amp;quot; in the service&amp;#39;s &amp;quot;Logon&amp;quot; options.&lt;br /&gt;
&lt;h2&gt;Features&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;MSBuild task for executing tests in the WP7 OS from the command line
&lt;ul&gt;&lt;li&gt;Basic options for emulator vs device&lt;/li&gt;
&lt;li&gt;Adanced options for &lt;a href="http://wp7ci.codeplex.com/wikipage?title=Configuring%20multiple%20OS%20emulators&amp;referringTitle=Home"&gt;selecting emulator images&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Updated &lt;span class="codeInline"&gt;Microsoft.Silverlight.Testing&lt;/span&gt; assembly that enables service-callback support for WP7&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Project Lifespan and Scope&lt;/h2&gt;
This project will be terminated once there is official support for running in-emulator unit tests in a CI environment. Bug fixes and features will be limited to the automation of running unit tests on the WP7 operating system.&lt;br /&gt;
&lt;h2&gt;Known Issues&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;The emulator is not closed after execution completes&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>richard_szalay</author><pubDate>Sun, 21 Aug 2011 19:58:53 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110821075853P</guid></item><item><title>Updated Wiki: Home</title><link>http://wp7ci.codeplex.com/wikipage?version=10</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;WP7 CI is a port of the Silverlight Toolkit Test Framework with added CI support, allowing tests to be run in the emulator from the command line&lt;br /&gt;&lt;br /&gt;&lt;b&gt;NOTE:&lt;/b&gt; WP7-CI 1.1 (now with Mango support!) has a breaking change with 1.0 in that the MSBuild task is now called &amp;quot;Test&amp;quot; instead of &amp;quot;RunUnitTests&amp;quot;. See the &lt;a href="http://wp7ci.codeplex.com/releases/view/72082"&gt;download page&lt;/a&gt; for a complete changelist.&lt;br /&gt;
&lt;h2&gt;Installation&lt;/h2&gt;
Don&amp;#39;t have NuGet? A manual installation package is now available. Read the readme.txt!&lt;br /&gt;&lt;br /&gt;If you have NuGet, simply add the WP7-CI package from NuGet, which will do the following:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Add references to the &lt;i&gt;Microsoft.Silverlight.Testing&lt;/i&gt; and &lt;i&gt;Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight&lt;/i&gt; assemblies that ship with the package (removing existing references if they exist)&lt;/li&gt;
&lt;li&gt;Add an MSBuild task called &amp;quot;RunUnitTests&amp;quot; to the project that can be called from the command line (it&amp;#39;s configured by default to fail build if the tests fail)&lt;/li&gt;
&lt;li&gt;Add a TestsPage.xaml and set it as the startup page (you&amp;#39;re free to remove this file)&lt;/li&gt;
&lt;li&gt;Add a SampleTest.cs which contains three tests (one pass, one fail, one error)&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;You can then run the tests:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;In Visual Studio by setting the tests project as startup and hitting F5&lt;/li&gt;
&lt;li&gt;At the command line by running msbuild against the project and setting the target to &amp;quot;Test&amp;quot; (it will automatically build your project if required)&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;The log will be written to TestResult.trx in the same directory as the XAML output. See &lt;a href="http://wp7ci.codeplex.com/wikipage?title=Build%20Properties&amp;referringTitle=Home"&gt;Build Properties&lt;/a&gt; for properties that you can override at the command line.&lt;br /&gt;&lt;br /&gt;If your CI server is run by a windows service, you will need to enable &amp;quot;Allow service to interact with desktop&amp;quot; in the service&amp;#39;s &amp;quot;Logon&amp;quot; options.&lt;br /&gt;
&lt;h2&gt;Features&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;MSBuild task for executing tests in the WP7 OS from the command line
&lt;ul&gt;&lt;li&gt;Basic options for emulator vs device&lt;/li&gt;
&lt;li&gt;Adanced options for &lt;a href="http://wp7ci.codeplex.com/wikipage?title=Configuring%20multiple%20OS%20emulators&amp;referringTitle=Home"&gt;selecting emulator images&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Updated &lt;span class="codeInline"&gt;Microsoft.Silverlight.Testing&lt;/span&gt; assembly that enables service-callback support for WP7&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Project Lifespan and Scope&lt;/h2&gt;
This project will be terminated once there is official support for running in-emulator unit tests in a CI environment. Bug fixes and features will be limited to the automation of running unit tests on the WP7 operating system.&lt;br /&gt;
&lt;h2&gt;Known Issues&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;The emulator is not closed after execution completes&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>richard_szalay</author><pubDate>Sun, 21 Aug 2011 19:53:31 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110821075331P</guid></item><item><title>Updated Wiki: Home</title><link>http://wp7ci.codeplex.com/wikipage?version=9</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;WP7 CI is a port of the Silverlight Toolkit Test Framework with added CI support, allowing tests to be run in the emulator from the command line&lt;br /&gt;&lt;br /&gt;&lt;b&gt;NOTE:&lt;/b&gt; WP7-CI 1.1 (now with Mango support!) has a breaking change with 1.0 in that the MSBuild task is now called &amp;quot;Test&amp;quot; instead of &amp;quot;RunUnitTests&amp;quot;. See the &lt;a href="http://wp7ci.codeplex.com/releases/view/72082"&gt;download page&lt;/a&gt; for details.&lt;br /&gt;
&lt;h2&gt;Installation&lt;/h2&gt;
Don&amp;#39;t have NuGet? A manual installation package is now available. Read the readme.txt!&lt;br /&gt;&lt;br /&gt;If you have NuGet, simply add the WP7-CI package from NuGet, which will do the following:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Add references to the &lt;i&gt;Microsoft.Silverlight.Testing&lt;/i&gt; and &lt;i&gt;Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight&lt;/i&gt; assemblies that ship with the package (removing existing references if they exist)&lt;/li&gt;
&lt;li&gt;Add an MSBuild task called &amp;quot;RunUnitTests&amp;quot; to the project that can be called from the command line (it&amp;#39;s configured by default to fail build if the tests fail)&lt;/li&gt;
&lt;li&gt;Add a TestsPage.xaml and set it as the startup page (you&amp;#39;re free to remove this file)&lt;/li&gt;
&lt;li&gt;Add a SampleTest.cs which contains three tests (one pass, one fail, one error)&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;You can then run the tests:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;In Visual Studio by setting the tests project as startup and hitting F5&lt;/li&gt;
&lt;li&gt;At the command line by running msbuild against the project and setting the target to &amp;quot;Test&amp;quot; (it will automatically build your project if required)&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;The log will be written to TestResult.trx in the same directory as the XAML output. See &lt;a href="http://wp7ci.codeplex.com/wikipage?title=Build%20Properties&amp;referringTitle=Home"&gt;Build Properties&lt;/a&gt; for properties that you can override at the command line.&lt;br /&gt;&lt;br /&gt;If your CI server is run by a windows service, you will need to enable &amp;quot;Allow service to interact with desktop&amp;quot; in the service&amp;#39;s &amp;quot;Logon&amp;quot; options.&lt;br /&gt;
&lt;h2&gt;Features&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;MSBuild task for executing tests in the WP7 OS from the command line
&lt;ul&gt;&lt;li&gt;Basic options for emulator vs device&lt;/li&gt;
&lt;li&gt;Adanced options for &lt;a href="http://wp7ci.codeplex.com/wikipage?title=Configuring%20multiple%20OS%20emulators&amp;referringTitle=Home"&gt;selecting emulator images&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Updated &lt;span class="codeInline"&gt;Microsoft.Silverlight.Testing&lt;/span&gt; assembly that enables service-callback support for WP7&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Project Lifespan and Scope&lt;/h2&gt;
This project will be terminated once there is official support for running in-emulator unit tests in a CI environment. Bug fixes and features will be limited to the automation of running unit tests on the WP7 operating system.&lt;br /&gt;
&lt;h2&gt;Known Issues&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;The emulator is not closed after execution completes&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>richard_szalay</author><pubDate>Sun, 21 Aug 2011 19:53:12 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110821075312P</guid></item><item><title>Updated Wiki: Home</title><link>http://wp7ci.codeplex.com/wikipage?version=8</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;WP7 CI is a port of the Silverlight Toolkit Test Framework with added CI support, allowing tests to be run in the emulator from the command line&lt;br /&gt;
&lt;h2&gt;Installation&lt;/h2&gt;
NOTE: NuGet is not currently available for Visual Studio Express for Windows Phone, but it will be supported as of the WP71 (&amp;quot;Mango&amp;quot;) release. Until then, either configure the package manually or hold tight!&lt;br /&gt;&lt;br /&gt;Simply add the WP7-CI package from NuGet, which will do the following:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Add references to the &lt;i&gt;Microsoft.Silverlight.Testing&lt;/i&gt; and &lt;i&gt;Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight&lt;/i&gt; assemblies that ship with the package (removing existing references if they exist)&lt;/li&gt;
&lt;li&gt;Add an MSBuild task called &amp;quot;RunUnitTests&amp;quot; to the project that can be called from the command line (it&amp;#39;s configured by default to fail build if the tests fail)&lt;/li&gt;
&lt;li&gt;Add a TestsPage.xaml and set it as the startup page (you&amp;#39;re free to remove this file)&lt;/li&gt;
&lt;li&gt;Add a SampleTest.cs which contains three tests (one pass, one fail, one error)&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;You can then run the tests:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;In Visual Studio by setting the tests project as startup and hitting F5&lt;/li&gt;
&lt;li&gt;At the command line by running msbuild against the project and setting the target to &amp;quot;RunUnitTests&amp;quot; (it will automatically build your project if required)&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;The log will be written to TestResult.trx in the same directory as the XAML output. See &lt;a href="http://wp7ci.codeplex.com/wikipage?title=Build%20Properties&amp;referringTitle=Home"&gt;Build Properties&lt;/a&gt; for properties that you can override at the command line.&lt;br /&gt;&lt;br /&gt;If your CI server is run by a windows service, you will need to enable &amp;quot;Allow service to interact with desktop&amp;quot; in the service&amp;#39;s &amp;quot;Logon&amp;quot; options.&lt;br /&gt;
&lt;h2&gt;Features&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;MSBuild task for executing tests in the WP7 OS from the command line
&lt;ul&gt;&lt;li&gt;Basic options for emulator vs device&lt;/li&gt;
&lt;li&gt;Adanced options for &lt;a href="http://wp7ci.codeplex.com/wikipage?title=Configuring%20multiple%20OS%20emulators&amp;referringTitle=Home"&gt;selecting emulator images&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Updated &lt;span class="codeInline"&gt;Microsoft.Silverlight.Testing&lt;/span&gt; assembly that enables service-callback support for WP7&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Project Lifespan and Scope&lt;/h2&gt;
This project will be terminated once there is official support for running in-emulator unit tests in a CI environment. Bug fixes and features will be limited to the automation of running unit tests on the WP7 operating system.&lt;br /&gt;
&lt;h2&gt;Known Issues&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;The emulator is not closed after execution completes&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>richard_szalay</author><pubDate>Thu, 11 Aug 2011 14:21:56 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110811022156P</guid></item></channel></rss>