mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 18:46:19 +00:00
cc63c8fff5
The purpose of this commit is to allow running `maestro` automations to enhance productivity by **automating** mundane tasks. Other flows like - send contact request - sync devices - join a community etc will be a part of follow ups. In this commit we provide a `make` command to run a very common task like creating account & login : `make auto-login` We also allow another `make` command to run any other custom flow : `make auto-custom FLOW="maestro/create-account-or-login.yaml"` A `maestro` folder has been added with 3 `yaml` files which are very easy to understand ref : https://maestro.mobile.dev/api-reference/commands
16 lines
428 B
YAML
16 lines
428 B
YAML
appId: im.status.ethereum.debug
|
||
---
|
||
- tapOn: "I’m new to Status"
|
||
- tapOn: "small-option-card"
|
||
- tapOn: "Your name"
|
||
- inputText: "DeviceA"
|
||
- tapOn: "submit-create-profile-button"
|
||
- inputText: "password123"
|
||
- tapOn: "Repeat password"
|
||
- inputText: "password123"
|
||
- tapOn: "disclaimer-touchable-opacity"
|
||
- tapOn: "Confirm password"
|
||
- tapOn: "skip-identifiers"
|
||
- tapOn: "enable-notifications-later-button"
|
||
- tapOn: "welcome-button"
|