blob: d8ea236cb092ff3a13b80dc630a2c0579ffe2b6d [file] [log] [blame]
Steve McKayae84a182016-09-16 09:36:50 -07001Welcome to our tests!
2
3unit tests are under the 'unit/' dir, function under 'functional/'.
4
Jun Ono6b69cbb2017-12-08 19:07:55 +09005Some of the test cases in functional/ check the file operation among the different storage media.
6Therefore, insert SD Card media to the test device when running this instrumentation test if the
7device has SD Card slot. If SD Card is not inserted or supported, the test creates virtual SD Card
8and uses it instead.
9
Steve McKayae84a182016-09-16 09:36:50 -070010To run just small tests"
Brett Chabot2027ca02018-12-13 19:06:31 -080011adb shell am instrument -w -e debug false -e log false -e timeout_msec 300000 -e size small com.android.documentsui.tests/androidx.test.runner.AndroidJUnitRunner
Steve McKayae84a182016-09-16 09:36:50 -070012
13Replace '-e size small' with '-e size large'.