-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PLAT-12353] Split out ANR tests to BS #2065
Conversation
Android notifier sizes
Generated by 🚫 Danger |
…g/bugsnag-android into je/plat-12353-split-out-anr
- "--app-package=com.bugsnag.android.mazerunner" | ||
- "--appium-version=1.22.0" | ||
- "--farm=bs" | ||
- "--device=ANDROID_7" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An annoying thing to realise now is that all the android 7 and 8 devices we have for BS in Maze Runner are Samsungs and so the scenarios will all be skipped.
Maybe we don't actually need to skip Samsung? Could be worth checking that. Or see if BS have any other options we can use?
We can skip the Android 7 and 8 steps in this PR if you like and raise a separate ticket to reinstate them somehow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at BS it doesn't look like they have any none Samsung devices for Android 7/8. I'll remove the skip and see what issues we get.
Goal
Split out the Android ANR tests to BrowserStack for stability
Testing
Covered by CI