File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
sentry-android-integration-tests/sentry-uitest-android-critical/maestro Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11appId : io.sentry.uitest.android.critical
2- name : App Launch Tests
2+ name : App Start Tests
33---
44# Test 1: A fresh start is considered a cold start
55- launchApp :
@@ -26,27 +26,27 @@ name: App Launch Tests
2626- tapOn : " Finish Activity"
2727- assertNotVisible : " Welcome!"
2828- swipe :
29- start : 50%, 1%
30- end : 50%, 90%
29+ from :
30+ id : status_bar
31+ direction : DOWN
3132- tapOn : " Sentry Test Notification"
3233- assertVisible : " App Start Type: WARM"
3334
34-
3535# Test 4: Notification (COLD start)
3636- launchApp :
3737 stopApp : true
3838 permissions :
3939 all : allow
4040- assertVisible : " Welcome!"
4141- tapOn : " Trigger Notification"
42+ - tapOn : " Finish Activity"
4243- killApp
4344- swipe :
44- start : 50%, 1%
45- end : 50%, 90%
45+ from :
46+ id : status_bar
47+ direction : DOWN
4648- tapOn : " Sentry Test Notification"
4749- assertVisible : " App Start Type: COLD"
48-
49-
5050# Test 5: Launch app after a broadcast receiver already created the application
5151# Uncomment once https://github.com/mobile-dev-inc/Maestro/pull/2925 is merged
5252# - killApp
You can’t perform that action at this time.
0 commit comments