-
Notifications
You must be signed in to change notification settings - Fork 989
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
NT-2144: Emulator on CI environment #1341
Conversation
…into imartin/NT-2144 * 'imartin/NT-2144' of github.com:kickstarter/android-oss: Updated config.yml
…into imartin/NT-2144 * 'imartin/NT-2144' of github.com:kickstarter/android-oss: Updated config.yml Updated config.yml Updated config.yml
…tin/NT-2144 * 'master' of github.com:kickstarter/android-oss: NT-2139:Screenshot Test Comment Composer (#1338)
- start the emulator - run the emulator Via the android orb and the new android machine
- running with android-machine executor - using API 29 for now
This reverts commit 208c2db.
- run tests
…into imartin/NT-2144 * 'imartin/NT-2144' of github.com:kickstarter/android-oss: Updated config.yml
Codecov Report
@@ Coverage Diff @@
## master #1341 +/- ##
=========================================
Coverage 74.16% 74.16%
Complexity 743 743
=========================================
Files 221 221
Lines 6669 6669
Branches 409 409
=========================================
Hits 4946 4946
Misses 1584 1584
Partials 139 139 Continue to review full report at Codecov.
|
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.
Working after merge branch 🎉🎉
📲 What
export ANDROID_HOME=/Users/{YOUR_USER}/Library/Android/sdk export PATH=${PATH}:$ANDROID_HOME/emulator:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools/bin:$ANDROID_HOME/tools/lib
see -> https://app.getguru.com/card/i4zdyAqT/-Android-Screenshot-test-and-emulator-commands
🤔 Why
/script/emulator/copy_emulator_configuration.sh
and ./script/emulator/screenshot_config_emulator.sh
👀 See
All the steps to create/run/configure the simulator for screenshot tests
Screenshot test job and unit test hob running on parallel
| | |
📋 QA
Story 📖
NT-2144