I need an help to setup CI for running unit tests for smart devices
application (Pocket PC WM 5.0 emulator).
<exec executable="C:\Program Files\Microsoft Visual Studio
9.0\Common7\IDE\MSTest.exe">
<baseDirectory>C:\Samples\TestPrj</baseDirectory>
<buildArgs>/testmetadata:TestPrj.vsmdi /testlist:test1 /
runconfig:SmartDeviceTestRun.testrunConfig /resultsfile:C:\UnitTests
\Build\results.xml</buildArgs>
<buildTimeoutSeconds>5000</buildTimeoutSeconds>
</exec>
The above mentioned task in CCNET takes forever to execute, finally I
have to kill the task.
On Aug 17, 6:07 pm, Ammar Gangardiwala <[email protected]> wrote:
> I want to run Smart Device (.NET CE) Unit Tests using CCNET.
>
> Visual Studio IDE automatically copies assemblies on device emulator
> and runs the unit tests and get the result back. I don't know how to
> do this using CCNET. Any help will be highly appreciated.
>
> Thanks,