Skip to content

Commit

Permalink
Redirect output of WinAppDriver to log
Browse files Browse the repository at this point in the history
  • Loading branch information
t1m0thyj committed Jan 3, 2025
1 parent 56adeb0 commit 19e8390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

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

0 comments on commit 19e8390

Please sign in to comment.