Skip to content

Commit 19e8390

Browse files
committed
Redirect output of WinAppDriver to log
1 parent 56adeb0 commit 19e8390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
- run: |
8585
npm install -g appium
86-
Start-Process -FilePath "C:\Program Files (x86)\Windows Application Driver\WinAppDriver.exe"
86+
Start-Process -FilePath "C:\Program Files (x86)\Windows Application Driver\WinAppDriver.exe" -RedirectStandardOutput .\test\winappdriver.log -RedirectStandardError .\test\winappdriver.log
8787
Start-Sleep -Seconds 5
8888
8989
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)