Skip to content

Commit

Permalink
Merge pull request #25 from dashcamio/michael/testdriver-windows-mac-os
Browse files Browse the repository at this point in the history
Michael/testdriver windows mac os
  • Loading branch information
ianjennings authored Aug 16, 2024
2 parents c584850 + aad2477 commit 39a5c81
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 39,890 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
2. find a cat video
3. quit the browser
4. /summarize
# prerun: |
# npm install dashcam-chrome --save
# /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --load-extension=./node_modules/dashcam-chrome/build/ 1>/dev/null 2>&1 &
# exit
os: windows
prerun: |
npm install dashcam-chrome --save
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --load-extension=./node_modules/dashcam-chrome/build/ 1>/dev/null 2>&1 &
exit
key: ${{ secrets.DASHCAM_WORKSPACE_API }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ inputs:
3. Search for "Rick Astley"
4. Click on the first video
required: true
os:
description: The operating system to use, mac or windows, will be windows by default
prerun:
description: >-
A script to run before the test.
Expand Down
Loading

0 comments on commit 39a5c81

Please sign in to comment.