Skip to content

Commit

Permalink
Merge pull request #1 from testdriverai/ianjennings/test-no-version
Browse files Browse the repository at this point in the history
test minimial
  • Loading branch information
ianjennings authored Sep 10, 2024
2 parents 07c565d + 8e5c675 commit 6b636e6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/testdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: testdriverai/action@main
version: v4.0.0
key: ${{secrets.TESTDRIVER_API_KEY}}
with:
key: ${{secrets.TESTDRIVER_API_KEY}}
prompt: |
1. /run /Users/ec2-user/actions-runner/_work/testdriver/testdriver/testdriver/test.yml
prerun: |
cd $env:TEMP
npm init -y
npm install dashcam-chrome
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:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FORCE_COLOR: "3"
WEBSITE_URL: "https://example.com" # Define the website URL here

0 comments on commit 6b636e6

Please sign in to comment.