upgrade to v3.9.0 (#768)

This commit is contained in:
Ian Jennings 2024-08-27 20:13:38 -05:00 committed by GitHub
parent 595102fefa
commit 2c3dab6ee9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 38 additions and 29 deletions

View File

@ -23,8 +23,9 @@ jobs:
- uses: dashcamio/testdriver@main - uses: dashcamio/testdriver@main
id: testdriver id: testdriver
with: with:
version: v3.6.5 version: v3.9.0
key: ${{secrets.DASHCAM_API}} key: ${{secrets.DASHCAM_API}}
os: mac
prerun: | prerun: |
cd ~/actions-runner/_work/testdriver/testdriver/ cd ~/actions-runner/_work/testdriver/testdriver/
brew install go brew install go

View File

@ -1,29 +1,37 @@
steps: version: 3.8.0
- step: steps:
- prompt: "Focus electron"
commands:
- command: focus-application - command: focus-application
name: Electron name: Electron
- command: hover-text - command: hover-text
description: Get started CTA
text: Get Started text: Get Started
action: click action: click
- command: hover-text - command: hover-text
description: Settings button
text: Settings text: Settings
action: click action: click
- command: hover-text - command: hover-text
description: font size 13
text: 13px text: 13px
action: click action: click
- command: hover-text - command: hover-text
description: font size 12
text: 12px text: 12px
action: click action: click
- command: hover-text - command: hover-text
description: theme selector
text: Dark text: Dark
action: click action: click
- command: hover-text - command: hover-text
description: theme color white
text: Light text: Light
action: click action: click
- command: hover-text - command: hover-text
description: workspace
text: workspace-1 text: workspace-1
action: click action: click
- step:
- command: assert - command: assert
expect: the terminal is white expect: the terminal is white