From c4736c7ecf428a9cbc1a908ab054d124721f1b59 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 11 May 2026 16:44:52 +0000 Subject: [PATCH] Pin dashcam-chrome to 1.4.13-beta.3 Agent-Logs-Url: https://github.com/testdriverai/action/sessions/2e0a5582-20fd-4322-8a3f-aec5952ab222 Co-authored-by: ianjennings <318295+ianjennings@users.noreply.github.com> --- .github/workflows/pr.yml | 2 +- .github/workflows/workflow_run.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 ```