Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings authored Jul 15, 2024
1 parent 6325313 commit ee7b231
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: dashcamio/testdriver@main
id: testdriver
version: v3.6.0
key: ${{secrets.DASHCAM_API}}
with:
prompt: |
1. navigate to youtube.com in google chrome
1. search for cat videos
1. click the first one
1. /run /Users/ec2-user/actions-runner/_work/testdriver/testdriver/testt.yml
prerun: |
npm install dashcam-chrome --save
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --start-maximized --load-extension=./node_modules/dashcam-chrome/build/ 1>/dev/null 2>&1 &
exit
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FORCE_COLOR: "3"
1 change: 1 addition & 0 deletions .testdriver/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Your YAML Here

0 comments on commit ee7b231

Please sign in to comment.