Files
App/maestro-tests/flow.yaml
T
Violet Caulfield 3a7fe51e8f 0.13.0 (#428)
* Gapless playback (#372)

* Add gapless playback prefetch logic for next track

* Enhance player context to support multiple track downloads and prevent redundant prefetching

* Add download quality settings and integrate into track mapping and network contexts (#386)

* Add Shuffle

* Add Library Selection screen and navigation to account tab

* player redesign featuring blurred background artwork

* add repeat modes to player
2025-07-07 16:47:55 -05:00

29 lines
566 B
YAML

appId: com.jellify
---
- launchApp
- tapOn:
text: "Allow"
optional: true
- tapOn:
text: "Allow"
optional: true
- tapOn:
id: "server_address_input"
- inputText: "${server_address}"
- tapOn:
id: "connect_button"
- assertVisible: "Sign in to Cosmonautical"
- tapOn:
id: "username_input"
- inputText: "${username}"
- tapOn:
id: "password_input"
- inputText: "${password}"
- tapOn:
id: "sign_in_button"
- assertVisible: "Select Music Library"
- tapOn:
text: "Music"
- tapOn:
id: "let_s_go_button"
- assertVisible: "On Repeat"