Skip to content

xingyiz/Trackie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Trackie

USE THE SECOND TRACKIE

Esspresso Testing Setup

Upon launching your emulator, make sure you disable system animations on the virtual or physical devices used for testing. On your device, under Settings > Developer options, disable the following 3 settings:

  • Window animation scale
  • Transition animation scale
  • Animator duration scale

Alternatively, ensure adb has been added to your path and run the following in your terminal.

adb shell settings put global window_animation_scale 0
adb shell settings put global transition_animation_scale 0
adb shell settings put global animator_duration_scale 0

#Links and Resources

https://github.com/BraisGabin/FragmentTestRule/blob/master/sample/src/androidTest/java/com/android21buttons/fragmenttestrule/sample/FragmentWithActivityDependencyTest.java

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published