2024-09-19 23:32:19 +02:00
|
|
|
version: 4.0.0
|
2024-09-20 01:04:06 +02:00
|
|
|
steps:
|
|
|
|
- prompt: "onboarding"
|
|
|
|
commands:
|
|
|
|
- command: focus-application
|
|
|
|
name: Electron
|
|
|
|
- command: hover-text
|
|
|
|
description: Get started CTA
|
|
|
|
text: Get Started
|
|
|
|
action: click
|
|
|
|
- prompt: "change theme"
|
|
|
|
commands:
|
|
|
|
- command: hover-text
|
|
|
|
description: Settings button
|
|
|
|
text: Settings
|
|
|
|
action: click
|
|
|
|
- command: hover-text
|
|
|
|
description: font size 13
|
|
|
|
text: 13px
|
|
|
|
action: click
|
|
|
|
- command: hover-text
|
|
|
|
description: font size 12
|
|
|
|
text: 12px
|
|
|
|
action: click
|
|
|
|
- command: hover-text
|
|
|
|
description: theme selector
|
|
|
|
text: Dark
|
|
|
|
action: click
|
|
|
|
- command: hover-text
|
|
|
|
description: theme color white
|
|
|
|
text: Light
|
|
|
|
action: click
|
|
|
|
- command: hover-text
|
|
|
|
description: workspace
|
|
|
|
text: workspace-1
|
|
|
|
action: click
|
|
|
|
- command: assert
|
|
|
|
expect: the terminal is white
|
2024-07-02 21:38:05 +02:00
|
|
|
|