Android 13 ui tests#2252
Conversation
|
@stefanosiano I'd also build the app using compile and target 33, otherwise, it does not test the SDK compatibility as well. |
|
@marandaneto yeah, this is meant to be merged after #2251 |
Codecov ReportBase: 80.10% // Head: 80.11% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2252 +/- ##
============================================
+ Coverage 80.10% 80.11% +0.01%
- Complexity 3423 3426 +3
============================================
Files 242 242
Lines 12692 12696 +4
Branches 1698 1698
============================================
+ Hits 10167 10172 +5
+ Misses 1882 1881 -1
Partials 643 643
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
I had to put two beta versions: |
I think it's fine since those are test deps 👍 |
📜 Description
This pr is still a draft: Saucelabs has issues with its Android 13 devices (they are never available). As soon as Saucelabs fixes it, we will merge it into master
We added an Android 13 device on the Saucelabs suite running ui tests
#skip-changelog
💡 Motivation and Context
We want to make sure the Android sdk works correctly on the latest Android version, currently 13
💚 How did you test it?
📝 Checklist
🔮 Next steps