Skip to content

Commit

Permalink
chore: chrome path
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-yangy committed Oct 30, 2024
1 parent 4639cbe commit daef2eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions sample/Tests/test_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ app_name="${UNITY_APP_NAME:-SampleApp}"
# Capture the start time
start_time=$(date +%s)

# Set permissions for the app bundle
chmod -R 755 "$app_path"

echo "Starting Unity sample app..."
open_sample_app "$app_path"

Expand Down
2 changes: 1 addition & 1 deletion sample/Tests/test_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function Login {
)
# Start Chrome for remote debugging
Write-Output "Starting Chrome..."
$chromePath = (Get-Command chrome.exe).Source
$chromePath = "C:\Program Files\Google\Chrome\Application\chrome.exe"
Start-Process -FilePath $chromePath -ArgumentList "--remote-debugging-port=9222"

# Run Python script for login
Expand Down

0 comments on commit daef2eb

Please sign in to comment.