mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01:00
upgrade to v3.9.0 (#768)
This commit is contained in:
parent
595102fefa
commit
2c3dab6ee9
3
.github/workflows/regression.yml
vendored
3
.github/workflows/regression.yml
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user