Skip to content

Commit

Permalink
Added Detached console changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aprowe committed Sep 17, 2024
1 parent b02435c commit 1eb6dbb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
cd $env:TEMP
npm init -y
npm install dashcam-chrome
Start-Process react-scripts start
cd C:\actions-runner\_work\testdriver\testdriver
npm install
Start-Process -NoNewWindow react-scripts start
Start-Process "C:/Program Files/Google/Chrome/Application/chrome.exe" -ArgumentList "--start-maximized", "--load-extension=$(pwd)/node_modules/dashcam-chrome/build", "${{ env.WEBSITE_URL }}"
exit
env:
Expand Down
8 changes: 8 additions & 0 deletions testdriver/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ steps:
action: click
- command: type
text: My Task Title
- prompt: Close Terminal Window
commands:
- command: focus-application
name: Windows PowerShell
- command: press-keys
keys:
- alt
- f4

0 comments on commit 1eb6dbb

Please sign in to comment.