{ "description": "Configuration for storage picker Tests", "driver": { "type": "OHJSUnitTest", "test-timeout": "180000", "bundle-name": "ohos.acts.storage.picker", "module-name": "entry_test", "shell-timeout": "600000", "testcase-timeout": 100000 }, "kits": [ { "type": "ShellKit", "pre-push": [], "run-command": [ "param set persist.ace.testmode.enabled 1", "power-shell wakeup", "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100", "power-shell setmode 602" ] }, { "type": "PushKit", "pre-push": [], "push": [] }, { "type": "ShellKit", "teardown-command": [ "reboot" ] }, { "test-file-name": [ "ActsStoragePickerJSTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true } ] }