Add prefix MAESTRO_ to Maestro env variable.
This commit is contained in:
parent
25ba857da6
commit
03c8a14093
24 changed files with 56 additions and 56 deletions
|
|
@ -1,4 +1,4 @@
|
|||
appId: ${APP_ID}
|
||||
appId: ${MAESTRO_APP_ID}
|
||||
---
|
||||
- takeScreenshot: build/maestro/520-Timeline
|
||||
- tapOn: "Add attachment"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
appId: ${APP_ID}
|
||||
appId: ${MAESTRO_APP_ID}
|
||||
---
|
||||
- takeScreenshot: build/maestro/530-Timeline
|
||||
- tapOn: "Add attachment"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
appId: ${APP_ID}
|
||||
appId: ${MAESTRO_APP_ID}
|
||||
---
|
||||
- takeScreenshot: build/maestro/510-Timeline
|
||||
- tapOn:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
appId: ${APP_ID}
|
||||
appId: ${MAESTRO_APP_ID}
|
||||
---
|
||||
# This is the name of one room
|
||||
- tapOn: ${ROOM_NAME}
|
||||
- tapOn: ${MAESTRO_ROOM_NAME}
|
||||
- takeScreenshot: build/maestro/500-Timeline
|
||||
- runFlow: messages/text.yaml
|
||||
- runFlow: messages/location.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue