Skip to content

Commit

Permalink
Changed RunTests to use the nunit file
Browse files Browse the repository at this point in the history
  • Loading branch information
Roemer committed Dec 22, 2015
1 parent 4152e72 commit eaa9669
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
5 changes: 1 addition & 4 deletions tools/NUnit/RunTests.bat
@@ -1,8 +1,5 @@
IF '%1'=='' (SET configuration=Debug) ELSE (SET configuration=%1)

REM The .nunit file does currently not work
REM "..\..\src\packages\NUnit.Console.3.0.1\tools\nunit3-console.exe" TestStack.White.nunit

"..\..\src\packages\NUnit.Console.3.0.1\tools\nunit3-console.exe" "..\..\src\TestStack.White.ScreenObjects\bin\%configuration%\TestStack.White.ScreenObjects.UITests.dll" "..\..\src\TestStack.White.UITests\bin\%configuration%\TestStack.White.UITests.dll" "..\..\src\TestStack.White.UnitTests\bin\%configuration%\TestStack.White.UnitTests.dll" "..\..\src\TestStack.White.WebBrowser.UITests\bin\%configuration%\TestStack.White.WebBrowser.UITests.dll" "..\..\src\TestStack.White.WebBrowser.UnitTests\bin\%configuration%\TestStack.White.WebBrowser.UnitTests.dll"
"..\..\src\packages\NUnit.Console.3.0.1\tools\nunit3-console.exe" TestStack.White.nunit

pause
14 changes: 7 additions & 7 deletions tools/NUnit/TestStack.White.nunit
@@ -1,10 +1,10 @@
<NUnitProject>
<Settings activeconfig="Debug"/>
<Config name="Debug">
<assembly path="..\..\src\TestStack.White.ScreenObjects\bin\Debug\TestStack.White.ScreenObjects.UITests.dll"/>
<assembly path="..\..\src\TestStack.White.UITests\bin\Debug\TestStack.White.UITests.dll"/>
<assembly path="..\..\src\TestStack.White.UnitTests\bin\Debug\TestStack.White.UnitTests.dll"/>
<assembly path="..\..\src\TestStack.White.WebBrowser.UITests\bin\Debug\TestStack.White.WebBrowser.UITests.dll"/>
<assembly path="..\..\src\TestStack.White.WebBrowser.UnitTests\bin\Debug\TestStack.White.WebBrowser.UnitTests.dll"/>
<Settings activeconfig="Debug" processModel="Default" domainUsage="Default" appbase="..\..\src" />
<Config name="Debug" binpathtype="Auto" appbase="">
<assembly path="TestStack.White.ScreenObjects\bin\Debug\TestStack.White.ScreenObjects.UITests.dll" />
<assembly path="TestStack.White.UITests\bin\Debug\TestStack.White.UITests.dll" />
<assembly path="TestStack.White.UnitTests\bin\Debug\TestStack.White.UnitTests.dll" />
<assembly path="TestStack.White.WebBrowser.UITests\bin\Debug\TestStack.White.WebBrowser.UITests.dll" />
<assembly path="TestStack.White.WebBrowser.UnitTests\bin\Debug\TestStack.White.WebBrowser.UnitTests.dll" />
</Config>
</NUnitProject>
Binary file added tools/NUnit/nunit-editor.exe
Binary file not shown.

0 comments on commit eaa9669

Please sign in to comment.