Skip to content

[Sprint/Wire] implement e2e with appium and browserstack

closes #699 (closed) closes #696 (closed) closes #693 (closed) closes #671 (closed)

Upload app:

curl -u "MYKEY" \ -X POST "https://api-cloud.browserstack.com/app-automate/upload" \ -F "file=@./android/app/build/outputs/apk/release/app-release.apk"

this returns the app hash bs://...

Run test in broserstack:

bsAPP="bs://APPHASH" bsUSER=MYUSER bsKEY=MYKEY yarn e2e

Merge request reports