-
Notifications
You must be signed in to change notification settings - Fork 4
Testing
Jarrod Los edited this page Nov 29, 2019
·
1 revision
The J-Unit testing requires no special actions or attention but the UI testing under the androidTest package does.
Step 1) Go into the Android Device Virtual Manager and in actions wipe data
Step 2) Developer settings must be turned on in the settings by following the following path
- Settings -> About Emulated Device -> Tap build number 6 times to enable developer settings
Step 3) Search animation in settings and:
- Disable Window animation Scale, Transition Animation Scale and Animator Duration Scale
Now the tests will run as expected
Scarntech