Automation e2e test with maestro
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
appId: com.digitoolsolutions.app.torquevaultkmp
|
||||
---
|
||||
- tapOn: "Scanner"
|
||||
- extendedWaitUntil:
|
||||
visible:
|
||||
text: "3006"
|
||||
timeout: 30000 # 30s
|
||||
- tapOn:
|
||||
text: "3006"
|
||||
delay: 1500
|
||||
- waitForAnimationToEnd:
|
||||
timeout: 1000
|
||||
|
||||
# In case of empty work order
|
||||
# ---------------------------
|
||||
#- tapOn:
|
||||
# text: "Back"
|
||||
# delay: 500
|
||||
#
|
||||
#- assertVisible: "Scanner"
|
||||
#- waitForAnimationToEnd:
|
||||
# timeout: 1000
|
||||
#- extendedWaitUntil:
|
||||
# visible:
|
||||
# text: "3006"
|
||||
# timeout: 30000 # 30s
|
||||
|
||||
# In case of work orders
|
||||
# --------------------------
|
||||
- tapOn: "Manual Command"
|
||||
- inputText: "ACCEPT_WO;NG"
|
||||
- tapOn: "Send"
|
||||
Reference in New Issue
Block a user