Skip to content

Commit

Permalink
Kill WindowsUniversalAppDriver.exe after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Abalov authored and Nick Abalov committed Mar 12, 2015
1 parent 6487e13 commit 1384984
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ start ..\..\WindowsUniversalAppDriver\bin\Debug\WindowsUniversalAppDriver.exe
REM Run tests
pip install -r requirements.txt
py.test tests --tb=native -s
taskkill /im WindowsUniversalAppDriver.exe /f
```
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ start ..\..\WindowsUniversalAppDriver\bin\Debug\WindowsUniversalAppDriver.exe

REM Run tests
pip install -r requirements.txt
py.test tests --tb=native -s
py.test tests --tb=native -s

taskkill /im WindowsUniversalAppDriver.exe /f

0 comments on commit 1384984

Please sign in to comment.