diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 5ea3b15..691bde8 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -18,7 +18,7 @@ jobs: prerun: | cd $env:TEMP npm init -y - npm install dashcam-chrome + npm install dashcam-chrome@1.4.13-beta.3 Start-Process "C:/Program Files/Google/Chrome/Application/chrome.exe" -ArgumentList "--start-maximized","--load-extension=$(pwd)/node_modules/dashcam-chrome/build" exit key: ${{ secrets.DASHCAM_WORKSPACE_API }} diff --git a/.github/workflows/workflow_run.yml b/.github/workflows/workflow_run.yml index b2ed069..67c162d 100644 --- a/.github/workflows/workflow_run.yml +++ b/.github/workflows/workflow_run.yml @@ -23,7 +23,7 @@ jobs: prerun: | cd $env:TEMP npm init -y - npm install dashcam-chrome + npm install dashcam-chrome@1.4.13-beta.3 Start-Process "C:/Program Files/Google/Chrome/Application/chrome.exe" -ArgumentList "--start-maximized","--load-extension=$(pwd)/node_modules/dashcam-chrome/build" exit key: ${{ secrets.DASHCAM_WORKSPACE_API }} diff --git a/README.md b/README.md index 521c8e0..57e155e 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ TestDriver will look for a script in `./testdriver/prerun.sh` and execute this b ## Launch Chrome ```sh -npm install dashcam-chrome --save +npm install dashcam-chrome@1.4.13-beta.3 --save /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --load-extension=./node_modules/dashcam-chrome/build/ 1>/dev/null 2>&1 & exit ```